feat: add common error.

This commit is contained in:
elforjani13
2021-09-21 21:03:52 +02:00
parent 0f444a0c66
commit 61adff8532

View File

@@ -16,4 +16,6 @@ export const ERROR = {
// Bills
BILL_NUMBER_EXISTS: 'BILL.NUMBER.EXISTS',
SALE_INVOICE_NO_IS_REQUIRED: 'SALE_INVOICE_NO_IS_REQUIRED',
ENTRIES_ALLOCATED_COST_COULD_NOT_DELETED:"ENTRIES_ALLOCATED_COST_COULD_NOT_DELETED",
};