X-Git-Url: http://wagnertech.de/git?p=kivitendo-erp.git;a=blobdiff_plain;f=templates%2Fwebpages%2Fliquidity_projection%2F_filter.html;fp=templates%2Fwebpages%2Fliquidity_projection%2F_filter.html;h=3289539791f91f899453ad5c1945d92ffc326170;hp=34bf90a58da465c0567009feb3b81309968f8196;hb=53593baa211863fbf66540cf1bcc36c8fb37257f;hpb=deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44 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")) %] -