fix 3 column

This commit is contained in:
2026-05-31 11:26:04 -05:00
parent 0292e4bd93
commit 8d1a8883f8

View File

@@ -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}%` }
]
}
};