Revision 78425410
Von Niclas Zimmermann vor etwa 12 Jahren hinzugefügt
templates/webpages/ic/makemodel.html | ||
---|---|---|
24 | 24 |
-%] |
25 | 25 |
</td> |
26 | 26 |
<td><input name="model_[% loop.count %]" size="30" value="[% HTML.escape(row.model) %]"></td> |
27 |
<td><input type="hidden" name="old_lastcost_[% loop.count %]" value="[% LxERP.format_amount(row.lastcost, -2) %]">
|
|
28 |
<input name="lastcost_[% loop.count %]" size="10" value="[% LxERP.format_amount(row.lastcost, -2) %]"></td>
|
|
27 |
<td><input type="hidden" name="old_lastcost_[% loop.count %]" value="[% LxERP.format_amount(row.lastcost, 2) %]"> |
|
28 |
<input name="lastcost_[% loop.count %]" size="10" value="[% LxERP.format_amount(row.lastcost, 2) %]"></td> |
|
29 | 29 |
<td><input name="lastupdate_[% loop.count %]" size="10" value="[% HTML.escape(row.lastupdate) %]"></td> |
30 | 30 |
<td><input name="sortorder_[% loop.count %]" size="3" value="[% HTML.escape(row.sortorder) %]"></td> |
31 | 31 |
</tr> |
Auch abrufbar als: Unified diff
Falsche Rundungen
Ähnliche Fehler wie im Bug 2019 tauchten auch in der Detailansicht
einer Ware auf. Hier wurden EK-Preis und EK-Preis der Lieferanten
bei großen Zahlen mit Nachkommastellen nicht richtig angezeigt.