Enable back manual payment that was temporary disable at order page for invoices with storage fee

This commit is contained in:
Dillon Ngo
2024-03-26 08:10:34 +08:00
parent 1679d1ecf4
commit 59f527aee7
@@ -281,7 +281,7 @@
<div class="col">
<div class="btn btn-sm all-caps b-rad-none btn-success btn-block requestModal" data-type="makePayment">Make Payment</div>
<modal-component class="animate__animated animate__fast animate__fadeIn" styleType="fill-in" type="makePayment">
<group-payment-form-component :section="section" :selectedIds="selectedIds" :sumAmount="totalOutstanding.toFixed(2)" :showManualPayment="false"></group-payment-form-component>
<group-payment-form-component :section="section" :selectedIds="selectedIds" :sumAmount="totalOutstanding.toFixed(2)" :showManualPayment="true"></group-payment-form-component>
</modal-component>
</div>
</div>