X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6ea1dd9bb2e7965da7d0ef66a0b464267ce41a9b..a809ab0a8e5c2f991ebbad1ccda9f31f1c009c7c:/templates/webpages/oe/search.html diff --git a/templates/webpages/oe/search.html b/templates/webpages/oe/search.html index 06f1429c7..c88121162 100644 --- a/templates/webpages/oe/search.html +++ b/templates/webpages/oe/search.html @@ -126,6 +126,20 @@ [% L.date_tag('reqdateto') %] + + [%- IF type == 'sales_order' %] + + [% 'Insert Date' | $T8 %] [% 'From' | $T8 %] + + [% L.date_tag('insertdatefrom') %] + + [% 'Bis' | $T8 %] + + [% L.date_tag('insertdateto') %] + + + [%- END %] + [%- IF type == 'sales_quotation' %] [% 'Expected billing date' | $T8 %] [% 'From' | $T8 %] @@ -206,6 +220,12 @@ + [%- IF type == 'sales_order' %] + + + + + [%- END %]