fix : handle errors message with item categories.

This commit is contained in:
elforjani3
2021-01-02 14:52:49 +02:00
parent 792c96c344
commit 792f39a8f9
3 changed files with 31 additions and 9 deletions

View File

@@ -929,11 +929,14 @@ export default {
'Are you sure you want to activate this item? You will be able to inactivate it later',
inactivate_item: 'Inactivate Item',
activate_item: 'Activate Item',
all_payments:'All Payments',
all_payments: 'All Payments',
hide_customizer: 'Hide Customizer',
opening_quantity_: 'Opening quantity',
opening_average_cost: 'Opening average cost',
opening_cost_: 'Opening cost ',
opening_date_: 'Opening date ',
no_results:'No results.'
};
no_results: 'No results.',
the_invoice_cannot_be_deleted:
'The invoice cannot be deleted cause has associated payment transactions',
category_name_exists:'Category name exists'
};