]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/ic/form_header.html
Bei Loginfehlern das MenĂ¼ nicht mitrendern
[mfinanz.git] / templates / webpages / ic / form_header.html
index 31308ba189c9b5f83f26a8d4a9f42bb28312090d..1ed3b365a607d06be484bae230cec1bb3b89f37b 100644 (file)
 
           <tr>
            <th align="right" nowrap="true">[% 'List Price' | $T8 %]</th>
-           <td><input name="listprice" size="11" value="[% LxERP.format_amount(listprice, -2) %]"></td>
+           <td><input name="listprice" size="11" value="[% LxERP.format_amount(listprice, 2) %]"></td>
           </tr>
 
           <tr>
            <th align="right" nowrap="true">[% 'Sell Price' | $T8 %]</th>
-           <td><input name="sellprice" size="11" value="[% LxERP.format_amount(sellprice, -2) %]"></td>
+           <td><input name="sellprice" size="11" value="[% LxERP.format_amount(sellprice, 2) %]"></td>
           </tr>
 
           [%- UNLESS is_assembly %]
           <tr>
            <th align="right" nowrap="true">[% 'Last Cost' | $T8 %]</th>
-           <td><input name="lastcost" size="11" value="[% LxERP.format_amount(lastcost, -2) %]"></td>
+           <td><input name="lastcost" size="11" value="[% LxERP.format_amount(lastcost, 2) %]"></td>
           </tr>
           [%- END %]