diff --git a/src/services/accounting-service.js b/src/services/accounting-service.js index af2951f..39ccb18 100644 --- a/src/services/accounting-service.js +++ b/src/services/accounting-service.js @@ -437,7 +437,7 @@ async function getTaxSummary({ startDate, endDate, accountingMethod = 'Accrual' { value: 'Total' }, { value: amounts.taxableSales.toFixed(2) }, { value: amounts.taxCollected.toFixed(2) }, - { value: '' } + { value: `${ratePct}%` } ] } };