]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/oe/form_header.html
marei: update Readme
[mfinanz.git] / templates / webpages / oe / form_header.html
index 293265510eacc3b7070be8d994ba067a1b4d2ffb..9f1cc1b172ff0e0b17a5ae5c829ce3a308677f27 100644 (file)
                     <th align="right">[% 'Exchangerate' | $T8 %]</th>
                     <td>
                      [%- IF forex %]
-                      [% LxERP.format_amount(exchangerate, 2) %]
+                      [% LxERP.format_amount(exchangerate, 5) %]
                      [%- ELSE %]
                       <input name="exchangerate" size="10" value="[% HTML.escape(LxERP.format_amount(exchangerate)) %]">
                      [%- END %]
                   <tr>
                     <th width="70%" align="right" nowrap>[% 'Expected billing date' | $T8 %]</th>
                     <td nowrap>
-                      [%- L.date_tag('expected_billing_date', expected_billing_date 'BL') %]
+                      [%- L.date_tag('expected_billing_date', expected_billing_date) %]
                     </td>
                   </tr>
 [%- END %]