X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fliquidity_projection%2F_filter.html;h=3289539791f91f899453ad5c1945d92ffc326170;hb=397e706b4c72c9fe818b8c549b7ae59fe7671d95;hp=34bf90a58da465c0567009feb3b81309968f8196;hpb=2ea1a379cc2e8992077a8a6f6e413952d1e32bfd;p=kivitendo-erp.git diff --git a/templates/webpages/liquidity_projection/_filter.html b/templates/webpages/liquidity_projection/_filter.html index 34bf90a58..328953979 100644 --- a/templates/webpages/liquidity_projection/_filter.html +++ b/templates/webpages/liquidity_projection/_filter.html @@ -1,8 +1,6 @@ [%- USE LxERP -%][%- USE L -%] -
- [% L.hidden_tag('action', 'LiquidityProjection/show') %] - + @@ -16,12 +14,8 @@
[% L.checkbox_tag("params.salesman", value=1, checked=FORM.params.salesman, label=LxERP.t8("Salesman")) %]
- [% L.checkbox_tag("params.buchungsgruppe", value=1, checked=FORM.params.buchungsgruppe, label=LxERP.t8("Buchungsgruppe")) %] + [% L.checkbox_tag("params.buchungsgruppe", value=1, checked=FORM.params.buchungsgruppe, label=LxERP.t8("Booking group")) %]
[% LxERP.t8("Number of months") %]
- -

- [% L.submit_tag("dummy", LxERP.t8("Show")) %] -