Revision a90b3fb8
Von Bernd Bleßmann vor mehr als 4 Jahren hinzugefügt
templates/webpages/ar/form_header.html | ||
---|---|---|
271 | 271 |
[%- IF show_exch %] |
272 | 272 |
<td align=center> |
273 | 273 |
[%- IF row.forex || !row.changeable%] |
274 |
<input type=hidden name="exchangerate_[% loop.count %]" value='[% row.exchangerate | html %]'>[% row.exchangerate | html %]
|
|
274 |
<input type=hidden name="exchangerate_[% loop.count %]" value="[%- LxERP.format_amount(row.exchangerate, 5, 1) -%]">[%- LxERP.format_amount(row.exchangerate, 5, 1) -%]
|
|
275 | 275 |
[%- ELSE %] |
276 |
<input name="exchangerate_[% loop.count %]" size=10 value='[% row.exchangerate | html %]'>
|
|
276 |
<input name="exchangerate_[% loop.count %]" size=10 value="[%- LxERP.format_amount(row.exchangerate, 5, 1) -%]">
|
|
277 | 277 |
[%- END %] |
278 | 278 |
<input type=hidden name="forex_[% loop.count %]" value='[% row.forex | html %]'> |
279 | 279 |
</td> |
Auch abrufbar als: Unified diff
Debitorenbuchung: Wechselkurs bei Zahlung formatieren