From 88143a7cbf4c90b9aec1e7808215da659319a48f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Wed, 5 May 2021 16:38:07 +0200 Subject: [PATCH] =?utf8?q?Lagerbestandsbericht=20per=5Fpage=20als=20Filter?= =?utf8?q?-Parameter=20an=20der=20Oberfl=C3=A4che?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- templates/webpages/wh/report_filter.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/templates/webpages/wh/report_filter.html b/templates/webpages/wh/report_filter.html index 0f0d32b0f..c1dea3f6a 100644 --- a/templates/webpages/wh/report_filter.html +++ b/templates/webpages/wh/report_filter.html @@ -146,6 +146,7 @@ [% L.radio_button_tag("stock_value_basis", value='list_price', checked=0, label=LxERP.t8('List Price')) %] + [% "List all rows" | $T8 %]: @@ -153,6 +154,14 @@ [% L.yes_no_tag("allrows", 1) %] + + + [% "Results per page" | $T8 %]: + + + [% L.input_number_tag("per_page", 20, size=4) %] + + -- 2.20.1