From: Jan Büren Date: Mon, 13 Jul 2020 12:14:05 +0000 (+0200) Subject: wh report: Kosmetik X-Git-Tag: release-3.5.6.1~118 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=861e49be32fd38125916576c31760433a43288b1;p=kivitendo-erp.git wh report: Kosmetik --- 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 %] - - -