hide invoice columns until implemented
This commit is contained in:
parent
82d1c41e9f
commit
4fede30a19
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
||||||
%td.name{title: order_title.join("\n")}= order_article.article.name
|
%td.name{title: order_title.join("\n")}= order_article.article.name
|
||||||
%td #{order_article.article.unit_quantity} × #{order_article.article.unit}
|
%td #{order_article.article.unit_quantity} × #{order_article.article.unit}
|
||||||
%td #{order_article.quantity} + #{order_article.tolerance}
|
%td #{order_article.quantity} + #{order_article.tolerance}
|
||||||
%td
|
-#%td # TODO implements invoice screen
|
||||||
= order_article.units_to_order
|
= order_article.units_to_order
|
||||||
%i.package pkg
|
%i.package pkg
|
||||||
%td
|
%td
|
||||||
|
|
|
@ -76,7 +76,7 @@
|
||||||
%th= heading_helper GroupOrderArticle, :units
|
%th= heading_helper GroupOrderArticle, :units
|
||||||
%th Members
|
%th Members
|
||||||
%th Ordered
|
%th Ordered
|
||||||
%th Invoice
|
-#%th Invoice # TODO implement invoice screen
|
||||||
%th Received
|
%th Received
|
||||||
%th
|
%th
|
||||||
%tbody#result_table
|
%tbody#result_table
|
||||||
|
|
Loading…
Add table
Reference in a new issue