feat(payment receive & made): handle error.

This commit is contained in:
elforjani13
2022-03-17 14:34:24 +02:00
parent 7f3a494c8d
commit b0407168a0
10 changed files with 105 additions and 30 deletions

View File

@@ -1909,5 +1909,7 @@
"warehouse.error.warehouse_code_not_unique": "Warehouse code not unique",
"warehouse.error.warehouse_has_associated_transactions": "You could not delete the warehouse that has associated transactions.",
"branche.error.warehouse_code_not_unique": "Branch code not unique",
"branche.error.branch_has_associated_transactions": "You could not delete the branch that has associated transactions."
"branche.error.branch_has_associated_transactions": "You could not delete the branch that has associated transactions.",
"payment_Receive.error.payment_account_currency_invalid":"The deposit account currency should be same customer currency or organization base currency.",
"payment_made.error.withdrawal_account_currency_invalid":"The withdrawal account currency should be same vendor currency or organization base currency."
}