feat(warehouse & Branch): handle error.

This commit is contained in:
elforjani13
2022-03-07 21:53:54 +02:00
parent a8311f1798
commit e03dee2a9f
6 changed files with 46 additions and 6 deletions

View File

@@ -1800,6 +1800,7 @@
"warehouses.action.make_as_parimary": "Mark as Primary",
"warehouse.alert.delete_message": "The warehouse has been deleted successfully",
"warehouse.once_delete_this_warehouse": "Once you delete this warehouse, you won't be able to restore it later. Are you sure you want to delete this warehouse?",
"warehouse.error.could_not_delete_only_waerhouse":"You could not delete the only warehouse.",
"sidebar_warehouse_transfer": "Warehouse Transfers",
"warehouse_transfer.label.transfer_no": "Transfer No",
"warehouse_transfer.label.form_warehouse": "Form Warehouse",
@@ -1862,6 +1863,7 @@
"branch_activate.dialog_success_message": "Multi-branches feature has been activated successfully.",
"branch.alert.mark_primary_message": "The branch has been marked as primary.",
"branch.alert.are_you_sure_you_want_to_make": "Are you sure you want to make a primary branch?",
"branch.error.could_not_delete_only_branch": "You could not delete the only branch.",
"warehouse_activate.dialog_success_message": "Multi-branches feature has been activated successfully.",
"warehouse.alert.mark_primary_message": "The given warehouse has been marked as primary.",
"warehouse.alert.are_you_sure_you_want_to_make": "Are you sure you want to make a primary warehouse?",