i18n fix (thanks @JuliusR)
This commit is contained in:
parent
11a2b865aa
commit
452db61af8
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
%tr
|
||||
%th= Article.model_name.human
|
||||
%th= heading_helper StockArticle, :unit
|
||||
%th.numeric= heading_helper StockChange, :quantity
|
||||
%th.numeric= heading_helper GroupOrderArticle, :quantity # quantity to order, although technically this will be a StockChange
|
||||
%th.numeric= heading_helper Article, :price
|
||||
%th.numeric= t '.sum'
|
||||
%tbody
|
||||
|
|
Loading…
Reference in a new issue