X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/2d3f862b7af94f31860dd264eef7c1bc7de7eae2..6b935d522a38e1a20802c25ed51a15e0cd292c1d:/templates/webpages/oe/search.html diff --git a/templates/webpages/oe/search.html b/templates/webpages/oe/search.html index 90cb60252..788a1a283 100644 --- a/templates/webpages/oe/search.html +++ b/templates/webpages/oe/search.html @@ -1,6 +1,7 @@ [%- USE HTML %] [%- USE T8 %] [%- USE LxERP %] +[%- USE L %] [%- SET vclabel = vc == 'customer' ? LxERP.t8('Customer') : LxERP.t8('Vendor') %] [%- SET vcnumberlabel = vc == 'customer' ? LxERP.t8('Customer Number') : LxERP.t8('Vendor Number') %] @@ -150,6 +151,16 @@ +[%- END %] +[%- IF type == 'sales_order' %] + + + [% L.checkbox_tag("periodic_invoices_active", label => LxERP.t8("Periodic invoices active")) %] + + + [% L.checkbox_tag("periodic_invoices_inactive", label => LxERP.t8("Periodic invoices inactive")) %] + + [%- END %]