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 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
|
||||
|
|
Loading…
Reference in a new issue