From 4fede30a19d067d39b2e2bdafef239ca3ed21e6c Mon Sep 17 00:00:00 2001 From: wvengen Date: Wed, 18 Dec 2013 21:53:31 +0100 Subject: [PATCH] hide invoice columns until implemented --- app/views/orders/_edit_amount.html.haml | 2 +- app/views/orders/_edit_amounts.html.haml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/orders/_edit_amount.html.haml b/app/views/orders/_edit_amount.html.haml index 9c96f80c..e50640a1 100644 --- a/app/views/orders/_edit_amount.html.haml +++ b/app/views/orders/_edit_amount.html.haml @@ -8,7 +8,7 @@ %td.name{title: order_title.join("\n")}= order_article.article.name %td #{order_article.article.unit_quantity} × #{order_article.article.unit} %td #{order_article.quantity} + #{order_article.tolerance} - %td + -#%td # TODO implements invoice screen = order_article.units_to_order %i.package pkg %td diff --git a/app/views/orders/_edit_amounts.html.haml b/app/views/orders/_edit_amounts.html.haml index d67ba0d6..690288dd 100644 --- a/app/views/orders/_edit_amounts.html.haml +++ b/app/views/orders/_edit_amounts.html.haml @@ -76,7 +76,7 @@ %th= heading_helper GroupOrderArticle, :units %th Members %th Ordered - %th Invoice + -#%th Invoice # TODO implement invoice screen %th Received %th %tbody#result_table