Fix missing supplier edit table translations

This commit is contained in:
2014-09-25 11:33:05 +02:00
parent f6bcecf3b4
commit 7e34e47a99
4 changed files with 9 additions and 2 deletions
@@ -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 %>);