Fix missing supplier edit table translations
This commit is contained in:
@@ -16,7 +16,6 @@
|
||||
//= require_directory .
|
||||
//= require_self
|
||||
|
||||
|
||||
var Qstorage = localStorage;
|
||||
$.extend($translations.en, <%= I18n.t('supplier', locale: :en).to_json %>);
|
||||
$.extend($translations.nl, <%= I18n.t('supplier', locale: :nl).to_json %>);
|
||||
|
||||
Reference in New Issue
Block a user