Merge branch 'master' of lx-office.linet-services.de:lx-office-erp
[kivitendo-erp.git] / templates / webpages / is / _payments.html
index 2809c38..04eb93a 100644 (file)
@@ -45,7 +45,7 @@
   [% SET exchangerate = 'exchangerate_' _ i %]
   [% IF forex %]
         <input type="hidden" name="exchangerate_[% i %]" value="[% LxERP.format_amount($exchangerate, 2) %]">
-        [% LxERP.format_amount(exchangerate, 2) %]
+        [% LxERP.format_amount($forex, 2) %]
   [% ELSE %]
         <input name="exchangerate_[% i %]" size="10" value="[% LxERP.format_amount($exchangerate, 2, 1) %]">
   [% END %]
@@ -67,7 +67,7 @@
       <td></td>
       <td></td>
       <td align="center">[%- 'Total' | $T8 %]</td>
-      <td align="center">[% LxERP.foramt_amount(totalpaid, 2) | html %]</td>
+      <td align="center">[% LxERP.format_amount(totalpaid, 2) | html %]</td>
     </tr>
     <tr>
       <td></td>