close #25 Fixed: Fatal error when disable currency used by company/account/customer

This commit is contained in:
cuneytsenturk
2017-09-26 14:59:17 +03:00
parent 0f29bda12b
commit 66b67a4c7f
3 changed files with 93 additions and 15 deletions

View File

@ -12,6 +12,7 @@ return [
],
'warning' => [
'deleted' => 'Warning: You are not delete :type. Because it has :text',
'disabled' => 'Warning: You are not disable :type. Because it has :text',
],
];