mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
feat: tax rates crud service
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
const ERRORS = {
|
||||
export const ERRORS = {
|
||||
TAX_RATE_NOT_FOUND: 'TAX_RATE_NOT_FOUND',
|
||||
TAX_CODE_NOT_UNIQUE: 'TAX_CODE_NOT_UNIQUE',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user