From: Sven Schöling Date: Fri, 6 Nov 2009 14:08:56 +0000 (+0100) Subject: Und forex/exchangerate fix. X-Git-Tag: release-2.6.1beta1~109 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=a3a40c638fafb3f46f88e9a8d1b540c7f354b614;p=kivitendo-erp.git Und forex/exchangerate fix. --- diff --git a/templates/webpages/is/_payments_de.html b/templates/webpages/is/_payments_de.html index f47f9caae..f420a2383 100644 --- a/templates/webpages/is/_payments_de.html +++ b/templates/webpages/is/_payments_de.html @@ -41,9 +41,9 @@ [% IF show_exchangerate %] - [% SET row.forex = 'forex_' _ i %] - [% SET row.exchangerate = 'exchangerate_' _ i %] - [% IF row.forex %] + [% SET forex = 'forex_' _ i %] + [% SET exchangerate = 'exchangerate_' _ i %] + [% IF forex %] [% LxERP.format_amount(row.exchangerate, 2) %] [% ELSE %] diff --git a/templates/webpages/is/_payments_master.html b/templates/webpages/is/_payments_master.html index a93077c3d..01b85dd3c 100644 --- a/templates/webpages/is/_payments_master.html +++ b/templates/webpages/is/_payments_master.html @@ -41,11 +41,11 @@ [% IF show_exchangerate %] - [% SET row.forex = 'forex_' _ i %] - [% SET row.exchangerate = 'exchangerate_' _ i %] - [% IF row.forex %] + [% SET forex = 'forex_' _ i %] + [% SET exchangerate = 'exchangerate_' _ i %] + [% IF forex %] - [% LxERP.format_amount(row.exchangerate, 2) %] + [% LxERP.format_amount(exchangerate, 2) %] [% ELSE %] [% END %]