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
|
%tr
|
||||||
%th= Article.model_name.human
|
%th= Article.model_name.human
|
||||||
%th= heading_helper StockArticle, :unit
|
%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= heading_helper Article, :price
|
||||||
%th.numeric= t '.sum'
|
%th.numeric= t '.sum'
|
||||||
%tbody
|
%tbody
|
||||||
|
|
Loading…
Reference in a new issue