chore(server): document methods

This commit is contained in:
Ahmed Bouhuolia
2023-08-27 00:56:14 +02:00
parent 0d57ca88bf
commit 5dec4a7df0
4 changed files with 7 additions and 9 deletions

View File

@@ -91,7 +91,7 @@ export default class APAgingSummarySheet extends AgingSummaryReport {
return {
vendorName: vendor.displayName,
current: this.formatTotalAmount(currentTotal),
current: this.formatAmount(currentTotal),
aging: agingPeriods,
total: this.formatTotalAmount(amount),
};