Revision 24bd55f7
Von Moritz Bunkus vor etwa 15 Jahren hinzugefügt
templates/webpages/is/_payments_de.html | ||
---|---|---|
45 | 45 |
[% SET exchangerate = 'exchangerate_' _ i %] |
46 | 46 |
[% IF forex %] |
47 | 47 |
<input type="hidden" name="exchangerate_[% i %]" value="[% LxERP.format_amount($exchangerate, 2) %]"> |
48 |
[% LxERP.format_amount(row.exchangerate, 2) %]
|
|
48 |
[% LxERP.format_amount(exchangerate, 2) %] |
|
49 | 49 |
[% ELSE %] |
50 | 50 |
<input name="exchangerate_[% i %]" size="10" value="[% LxERP.format_amount($exchangerate, 2, 1) %]"> |
51 | 51 |
[% END %] |
Auch abrufbar als: Unified diff
Vergessener locales.pl-Lauf.