CSR-1742-r2: restore accidentally removed code

This commit is contained in:
Adam Caouette 2024-05-23 16:23:14 -04:00
parent b34b7cd134
commit bc5ea319ed

View file

@ -921,6 +921,9 @@ export default {
return baseMixin.methods.getSalesTax(this.lineItems);
},
amountDue() {
if (this.showAsPaid) {
return 0;
}
return baseMixin.methods.getAmountDue(this.lineItems);
},
amountPaid() {