Remove obj.isAdvanceOrder from the New Customer toggle. #499
This commit is contained in:
parent
012c486602
commit
566c5added
2 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue