mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
fix(server): Validation of activate/inacitvate tax rates
This commit is contained in:
@@ -24,6 +24,6 @@ export class TaxRateTransformer extends Transformer {
|
||||
* @returns {string}
|
||||
*/
|
||||
protected nameFormatted = (taxRate): string => {
|
||||
return `${taxRate.name} (${taxRate.rate}%)`;
|
||||
return `${taxRate.name} [${taxRate.rate}%]`;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user