Disable the advance order checkbox. #509
This commit is contained in:
parent
931a212005
commit
4e2757ac56
1 changed files with 1 additions and 1 deletions
|
|
@ -240,7 +240,7 @@
|
|||
</h3>
|
||||
<span class="m-switch m-switch--icon block-switch">
|
||||
<label>
|
||||
<input type="checkbox" name="flag_advance" id="flag-advance" value="1"{{ obj.isAdvanceOrder ? ' checked' }} checked>
|
||||
<input type="checkbox" name="flag_advance" id="flag-advance" value="1"{{ obj.isAdvanceOrder ? ' checked' }} checked disabled>
|
||||
<label class="switch-label">This is an advance order</label>
|
||||
<span></span>
|
||||
</label>
|
||||
|
|
|
|||
Loading…
Reference in a new issue