i18n fix (thanks @JuliusR)

This commit is contained in:
wvengen 2013-12-14 23:52:59 +01:00
parent 11a2b865aa
commit 452db61af8
1 changed files with 1 additions and 1 deletions

View File

@ -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