fix: transform message error with customers.

This commit is contained in:
elforjani3
2021-01-02 15:07:51 +02:00
parent 3c0dc6f27a
commit a1c228a8a4
2 changed files with 20 additions and 4 deletions

View File

@@ -938,5 +938,6 @@ export default {
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'
};
category_name_exists: 'Category name exists',
some_customers_have_sales_invoices: 'Some customers have sales invoices',
};