Added tax to stockit index view.
This commit is contained in:
parent
2cb0516e8c
commit
5a93ca1641
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,7 @@
|
||||||
%th verfügbar
|
%th verfügbar
|
||||||
%th Einheit
|
%th Einheit
|
||||||
%th Preis
|
%th Preis
|
||||||
|
%th MwSt
|
||||||
%th Lieferantin
|
%th Lieferantin
|
||||||
%th Kategorie
|
%th Kategorie
|
||||||
%th
|
%th
|
||||||
|
@ -48,6 +49,7 @@
|
||||||
%th= article.quantity_available
|
%th= article.quantity_available
|
||||||
%td= article.unit
|
%td= article.unit
|
||||||
%td= article.price
|
%td= article.price
|
||||||
|
%td= number_to_percentage article.tax
|
||||||
%td= link_to article.supplier.name, article.supplier
|
%td= link_to article.supplier.name, article.supplier
|
||||||
%td= article.article_category.name
|
%td= article.article_category.name
|
||||||
%td
|
%td
|
||||||
|
|
Loading…
Reference in a new issue