]> wagnertech.de Git - kivitendo-erp.git/commitdiff
is - form_footer: invtotal formatieren
authorSven Schöling <s.schoeling@linet-services.de>
Thu, 29 Oct 2009 15:39:22 +0000 (16:39 +0100)
committerSven Schöling <s.schoeling@linet-services.de>
Thu, 29 Oct 2009 15:39:22 +0000 (16:39 +0100)
templates/webpages/is/form_footer_de.html
templates/webpages/is/form_footer_master.html

index 6d32a51cfdc6064782671ed289ed066af4932f20..570e8a79519c2309abbb2bd34cc8a46e7268e82c 100644 (file)
@@ -86,7 +86,7 @@
 
         <tr>
          <th align="right">Summe</th>
-         <td align="right">[% invtotal %]</td>
+         <td align="right">[% LxERP.format_amount(invtotal, 2) %]</td>
         </tr>
        </table>
       </td>
index 8981a17a44dbd3d86d4f20a70ece8fc00bbe83b4..c6326ee3fb93d4559694f45164740a0edb13c468 100644 (file)
@@ -86,7 +86,7 @@
 
         <tr>
          <th align="right"><translate>Total</translate></th>
-         <td align="right">[% invtotal %]</td>
+         <td align="right">[% LxERP.format_amount(invtotal, 2) %]</td>
         </tr>
        </table>
       </td>