From 61adff8532dc1f9952a3c9a40a7e87ef8a1cedf3 Mon Sep 17 00:00:00 2001 From: elforjani13 <39470382+elforjani13@users.noreply.github.com> Date: Tue, 21 Sep 2021 21:03:52 +0200 Subject: [PATCH] feat: add common error. --- src/common/errors.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/common/errors.js b/src/common/errors.js index 88361fbbd..c4be73566 100644 --- a/src/common/errors.js +++ b/src/common/errors.js @@ -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", + };