Disable the advance order checkbox. #509

This commit is contained in:
Korina Cordero 2020-09-30 08:16:47 +00:00
parent 931a212005
commit 4e2757ac56

View file

@ -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>