fix 3 column
This commit is contained in:
@@ -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}%` }
|
||||
]
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user