i18n and translate missing entry
This commit is contained in:
parent
8c08de9eae
commit
713c030213
4 changed files with 4 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ class Order < ActiveRecord::Base
|
|||
end
|
||||
|
||||
def name
|
||||
stockit? ? "Lager" : supplier.name
|
||||
stockit? ? I18n.t('orders.model.stock') : supplier.name
|
||||
end
|
||||
|
||||
def articles_for_ordering
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue