Edit modal, validation of whole data

This commit is contained in:
Juan Pablo Vial
2025-11-13 18:57:58 -03:00
parent 539ac3c0e8
commit a6037e4e14
8 changed files with 195 additions and 35 deletions

View File

@ -149,7 +149,7 @@
<div class="fields">
<div class="field">
<div class="ui checkbox">
<input type="checkbox" name="payment_has_credit" id="{{ $prefix }}_payment_has_credit" />
<input type="checkbox" name="{{ $prefix }}_payment_has_credit" id="{{ $prefix }}_payment_has_credit" />
<label>¿Tiene Crédito?</label>
</div>
</div>