Add dusk selector for under payment field

This commit is contained in:
Benjamin Beganović 2021-07-13 14:43:14 +02:00
parent ff241c2e1f
commit 9e42c5f980

View File

@ -100,6 +100,7 @@
type="text" type="text"
class="input mt-0 mr-4 relative" class="input mt-0 mr-4 relative"
name="payable_invoices[{{$key}}][amount]" name="payable_invoices[{{$key}}][amount]"
dusk="underpayment-input"
value="{{ $invoice->partial > 0 ? $invoice->partial : $invoice->balance }}"/> value="{{ $invoice->partial > 0 ? $invoice->partial : $invoice->balance }}"/>
</label> </label>
</div> </div>