Add dusk selector for under payment field
This commit is contained in:
parent
ff241c2e1f
commit
9e42c5f980
1 changed files with 1 additions and 0 deletions
|
|
@ -100,6 +100,7 @@
|
|||
type="text"
|
||||
class="input mt-0 mr-4 relative"
|
||||
name="payable_invoices[{{$key}}][amount]"
|
||||
dusk="underpayment-input"
|
||||
value="{{ $invoice->partial > 0 ? $invoice->partial : $invoice->balance }}"/>
|
||||
</label>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue