CSR-1742-r2: restore accidentally removed code
This commit is contained in:
parent
b34b7cd134
commit
bc5ea319ed
1 changed files with 3 additions and 0 deletions
|
|
@ -921,6 +921,9 @@ export default {
|
||||||
return baseMixin.methods.getSalesTax(this.lineItems);
|
return baseMixin.methods.getSalesTax(this.lineItems);
|
||||||
},
|
},
|
||||||
amountDue() {
|
amountDue() {
|
||||||
|
if (this.showAsPaid) {
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
return baseMixin.methods.getAmountDue(this.lineItems);
|
return baseMixin.methods.getAmountDue(this.lineItems);
|
||||||
},
|
},
|
||||||
amountPaid() {
|
amountPaid() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue