X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Frp%2Freport.html;h=f28684c5bef4d4b0c8632aa762d0e8fc8f25f05c;hb=8109de6b8c391b76e31dc89247371eb0744ad8ab;hp=162c59c843188a5870bd60bd65c43222ceb7fa84;hpb=2d1ba4f4aa20d6426c8017f5531c04778b1211b6;p=kivitendo-erp.git diff --git a/templates/webpages/rp/report.html b/templates/webpages/rp/report.html index 162c59c84..f28684c5b 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,13 +107,13 @@ [%- 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.project_picker('project_id', '') %] + [% P.project.picker('project_id', '') %] [%- END %]