Remove obj.isAdvanceOrder from the New Customer toggle. #499

This commit is contained in:
Korina Cordero 2020-09-18 06:24:18 +00:00
parent 012c486602
commit 566c5added
2 changed files with 2 additions and 2 deletions

View file

@ -84,7 +84,7 @@
</h3>
<span class="m-switch m-switch--icon block-switch">
<label>
<input type="checkbox" name="new_customer" id="flag-new-customer" value="1"{{ obj.isAdvanceOrder ? ' checked' }}>
<input type="checkbox" name="new_customer" id="flag-new-customer" value="1">
<label class="switch-label">New Customer</label>
<span></span>
</label>

View file

@ -84,7 +84,7 @@
</h3>
<span class="m-switch m-switch--icon block-switch">
<label>
<input type="checkbox" name="new_customer" id="flag-new-customer" value="1"{{ obj.isAdvanceOrder ? ' checked' }}>
<input type="checkbox" name="new_customer" id="flag-new-customer" value="1">
<label class="switch-label">New Customer</label>
<span></span>
</label>