X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Foe%2Fsearch.html;h=8d76ecb5986ccab7d90deffc9e1c0eb1e2eb7738;hb=689df295f45741c2d45bb990e6e41812268d18f3;hp=c71e60f6d2bd3ca1b6e6ccc56887cc08eda18afb;hpb=fac049a07ca0a2e5dacf31f297766e3517893a40;p=kivitendo-erp.git diff --git a/templates/webpages/oe/search.html b/templates/webpages/oe/search.html index c71e60f6d..8d76ecb59 100644 --- a/templates/webpages/oe/search.html +++ b/templates/webpages/oe/search.html @@ -61,6 +61,14 @@ [% 'Salesman' | $T8 %] [% L.select_tag('salesman_id', ALL_EMPLOYEES, title_key='safe_name', with_empty=1, style='width:250px') %] + + [% 'Steuersatz' | $T8 %] + [% L.select_tag('taxzone_id', ALL_TAXZONES, with_empty=1, title_key='description', style='width: 250px') %] + + + [% 'Shipping Point' | $T8 %] + [% L.input_tag('shippingpoint', '', style='width:250px') %] + [% 'Transaction description' | $T8 %] @@ -183,6 +191,8 @@ + [%- L.checkbox_tag('l_taxzone', label => LxERP.t8('Steuersatz')) %] + [%- L.checkbox_tag('l_shippingpoint', label => LxERP.t8('Shipping Point')) %]