]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/rp/report.html
Part: long_description in displayable_name umbenannt
[mfinanz.git] / templates / webpages / rp / report.html
index 08eacfd748d119249e2e1f4a3dac534db392e850..1daba782adf9c0a7a054d79ae82a3fd87bd6c99d 100644 (file)
     </td>
   </tr>
 [%- END %]
+[%- BLOCK customer %]
+  <tr>
+    <th align=right nowrap>[% 'Customer' | $T8 %]</th>
+    <td colspan=3>[% L.customer_vendor_picker('customer_id', '', type='customer') %]</td>
+  </tr>
+[%- END %]
 [%- BLOCK projectnumber %]
   <tr>
     <th align=right nowrap>[% 'Project' | $T8 %]</th>
 [%- END %]
 
 [%- IF is_trial_balance %]
+[%- PROCESS customer %]
 [%- PROCESS projectnumber %]
   <input type=hidden name=nextsub value=generate_trial_balance>
 </table>