]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/rp/report.html
Bankbewegung: Zuweisungsüberbuchungen per Constraint verbieten
[mfinanz.git] / templates / webpages / rp / report.html
index 162c59c843188a5870bd60bd65c43222ceb7fa84..f28684c5bef4d4b0c8632aa762d0e8fc8f25f05c 100644 (file)
@@ -1,6 +1,7 @@
 [%- USE HTML %]
 [%- USE LxERP %]
 [%- USE L %]
+[%- USE P %]
 [%- USE T8 %]
 
 [%- BLOCK customized_report %]
 [%- BLOCK customer %]
   <tr>
     <th align=right nowrap>[% 'Customer' | $T8 %]</th>
-    <td colspan=3>[% L.customer_vendor_picker('customer_id', '', type='customer') %]</td>
+    <td colspan=3>[% P.customer_vendor.picker('customer_id', '', type='customer') %]</td>
   </tr>
 [%- END %]
 [%- BLOCK projectnumber %]
   <tr>
     <th align=right nowrap>[% 'Project' | $T8 %]</th>
-    <td colspan=3>[% L.project_picker('project_id', '') %]</td>
+    <td colspan=3>[% P.project.picker('project_id', '') %]</td>
   </tr>
 [%- END %]