]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/rp/report.html
Projektbuchungsbericht: Datumsbeschriftung ist von ... bis
[mfinanz.git] / templates / webpages / rp / report.html
index 39931075a702973bd2448300b586e9a5e00a2969..93ef0a9ea91665a6bf75a6849773b5231e1f2ba6 100644 (file)
@@ -70,7 +70,7 @@
 [%- BLOCK customer %]
   <tr>
     <th align=right nowrap>[% 'Customer' | $T8 %]</th>
-    <td colspan=3>[% L.customer_picker('customer_id') %]</td>
+    <td colspan=3>[% L.customer_vendor_picker('customer_id', '', type='customer') %]</td>
   </tr>
 [%- END %]
 [%- BLOCK projectnumber %]
@@ -98,9 +98,9 @@
   [% INCLUDE projectnumber %]
   <input type=hidden name=nextsub value=generate_projects>
   <tr>
-    <th align=right>[% 'as at' | $T8 %]</th>
+    <th align=right>[% 'From' | $T8 %]</th>
     <td> [% L.date_tag('fromdate', fromdate, class='initial_focus') %]</td>
-    <th align=right nowrap>[% 'Compare to' | $T8 %]</th>
+    <th align=right nowrap>[% 'Bis' | $T8 %]</th>
     <td>[% L.date_tag('todate') %]</td>
   </tr>
 </table>