projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eeaebcf
)
Lagerbestandsbericht per_page als Filter-Parameter an der Oberfläche
author
Jan Büren
<jan@kivitendo.de>
Wed, 5 May 2021 14:38:07 +0000
(16:38 +0200)
committer
Jan Büren
<jan@kivitendo.de>
Wed, 5 May 2021 14:38:07 +0000
(16:38 +0200)
templates/webpages/wh/report_filter.html
patch
|
blob
|
history
diff --git
a/templates/webpages/wh/report_filter.html
b/templates/webpages/wh/report_filter.html
index
0f0d32b
..
c1dea3f
100644
(file)
--- 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')) %]
</td>
</tr>
+ <tr>
<th align="right">
[% "List all rows" | $T8 %]:
</th>
@@
-153,6
+154,14
@@
[% L.yes_no_tag("allrows", 1) %]
</td>
</tr>
+ <tr>
+ <th align="right">
+ [% "Results per page" | $T8 %]:
+ </th>
+ <td align="left">
+ [% L.input_number_tag("per_page", 20, size=4) %]
+ </td>
+ </tr>
</table>
</td>
</tr>