allow admin to do partial payment

This commit is contained in:
Omair Saleh
2022-10-18 10:32:33 +08:00
parent 13bd343198
commit 5fcd11e84c
@@ -17,7 +17,7 @@
<div class="col p-r-0">
<validation-wrapper-component :validator="$v.parameters.amount">
<label>Amount</label>
<input class="form-control text-black" style="cursor: not-allowed;" disabled v-model="parameters.amount" v-money="{decimal: '.',thousands: '', precision: 2}">
<input class="form-control text-black" style="cursor: not-allowed;" v-model="parameters.amount" v-money="{decimal: '.',thousands: '', precision: 2}">
</validation-wrapper-component>
</div>
<div class="col-auto b-r b-t b-b b-grey">