Added tax to stockit index view.

This commit is contained in:
Benjamin Meichsner 2009-09-07 11:29:56 +02:00
parent 2cb0516e8c
commit 5a93ca1641
1 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,7 @@
%th verfügbar
%th Einheit
%th Preis
%th MwSt
%th Lieferantin
%th Kategorie
%th
@ -48,6 +49,7 @@
%th= article.quantity_available
%td= article.unit
%td= article.price
%td= number_to_percentage article.tax
%td= link_to article.supplier.name, article.supplier
%td= article.article_category.name
%td