X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Frp%2Freport.html;h=6866da5d2f55ea3a293f8e1199e9b6ac9dc91838;hb=3591b710cbe757a131ff768ed7d6066d8412bc0e;hp=6a34c0a64397bb1cd0126bd30f8db77dc0faeb9e;hpb=fc1e397330501fecd1ea62511c0965f0a5ef27b6;p=kivitendo-erp.git diff --git a/templates/webpages/rp/report.html b/templates/webpages/rp/report.html index 6a34c0a64..6866da5d2 100644 --- a/templates/webpages/rp/report.html +++ b/templates/webpages/rp/report.html @@ -1,6 +1,7 @@ [%- USE HTML %] [%- USE LxERP %] [%- USE L %] +[%- USE P %] [%- USE T8 %] [%- BLOCK customized_report %] @@ -106,19 +107,19 @@ [%- BLOCK customer %] [% 'Customer' | $T8 %] - [% L.customer_vendor_picker('customer_id', '', type='customer') %] + [% P.customer_vendor.picker('customer_id', '', type='customer') %] [%- END %] [%- BLOCK projectnumber %] [% 'Project' | $T8 %] - [% L.select_tag('project_id', ALL_PROJECTS, title_key = 'projectnumber', with_empty = 1) %] + [% P.project.picker('project_id', '', active="both", valid="both") %] [%- END %]

[% title %]

-
+ @@ -264,7 +265,7 @@ - + [% L.hidden_tag("format", format) %] @@ -363,11 +364,6 @@ [%- END %] - -
-
- -
-