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> </h3>
<span class="m-switch m-switch--icon block-switch"> <span class="m-switch m-switch--icon block-switch">
<label> <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> <label class="switch-label">This is an advance order</label>
<span></span> <span></span>
</label> </label>