]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/rp/report.html
Entfernt dpt_trans
[mfinanz.git] / templates / webpages / rp / report.html
index 807885cdb71403a5c90ca0fef89c3f05d8abc9cc..afffd5c0cb52fcf5ecbad29e5d5e1fefee9a47be 100644 (file)
@@ -63,7 +63,7 @@
     <th align=left>[% 'Method' | $T8 %]</th>
     <td colspan=3>
       [% L.radio_button_tag('method', value='accrual', checked=accrual, label=LxERP.t8('Accrual')) %]
-      [% L.radio_button_tag('method', value='cash', checked=cash, label=LxERP.t8('EUR')) %]
+      [% L.radio_button_tag('method', value='cash', checked=cash, label=LxERP.t8('cash')) %]
     </td>
   </tr>
 [%- END %]
 [%- END %]
 
 [%- IF is_projects %]
-  <tr>
-    <th align=right nowrap>[% 'Project' | $T8 %]</th>
-    <td colspan=5><input name=projectnumber size=25</td>
-  </tr>
+  [% INCLUDE projectnumber %]
   <input type=hidden name=nextsub value=generate_projects>
   <tr>
     <th align=right>[% 'as at' | $T8 %]</th>
 <input type=submit class=submit name=action value="[% 'Continue' | $T8 %]">
 
 </form>
-