From 861e49be32fd38125916576c31760433a43288b1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Mon, 13 Jul 2020 14:14:05 +0200 Subject: [PATCH] wh report: Kosmetik --- templates/webpages/wh/report_filter.html | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/templates/webpages/wh/report_filter.html b/templates/webpages/wh/report_filter.html index c552db135..fbf68554c 100644 --- a/templates/webpages/wh/report_filter.html +++ b/templates/webpages/wh/report_filter.html @@ -137,6 +137,16 @@ [% 'Stock Qty for Date' | $T8 %]: [% L.date_tag('date') %] + + + [% "basis for stock value" | $T8 %]: + + + [% L.radio_button_tag("stock_value_basis", value='purchase_price', checked=1, label=LxERP.t8('Purchase price')) %] + [% L.radio_button_tag("stock_value_basis", value='list_price', checked=0, label=LxERP.t8('List Price')) %] + + + @@ -171,7 +181,7 @@ [% END %] -
+
@@ -190,17 +200,6 @@ - - - - [% L.radio_button_tag("stock_value_basis", value='purchase_price', checked=1, label=LxERP.t8('Purchase price')) %] - [% L.radio_button_tag("stock_value_basis", value='list_price', checked=0, label=LxERP.t8('List Price')) %] - - - [% "basis for stock value" | $T8 %] - - - -- 2.20.1