X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Foe%2Fsearch.html;h=b8d013b9202c7915356f3937856bdc3d3762b50d;hb=3b5dc7b68b53ea153b9716f9b85c3b6dc3a71574;hp=53b1a476487fd59461a8baaf0d174633710ac897;hpb=d281eedf12fcb699ebddbaa8395d6f15a06cff1f;p=kivitendo-erp.git diff --git a/templates/webpages/oe/search.html b/templates/webpages/oe/search.html index 53b1a4764..b8d013b92 100644 --- a/templates/webpages/oe/search.html +++ b/templates/webpages/oe/search.html @@ -65,7 +65,7 @@ [% 'Project' | $T8 %] - [% P.project_picker("project_id", '', style=style) %] + [% P.project.picker("project_id", '', style=style) %] [% 'Part Number' | $T8 %] [% L.input_tag("parts_partnumber", "", style=style) %] @@ -110,9 +110,9 @@ [% 'Expected billing date' | $T8 %] [% 'From' | $T8 %] - [% L.date_tag('expected_billing_date_from', '' 'BL') %] + [% L.date_tag('expected_billing_date_from', '') %] [% 'Bis' | $T8 %] - [% L.date_tag('expected_billing_date_to', '' 'BL') %] + [% L.date_tag('expected_billing_date_to', '') %]