From a3a40c638fafb3f46f88e9a8d1b540c7f354b614 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Fri, 6 Nov 2009 15:08:56 +0100 Subject: [PATCH] Und forex/exchangerate fix. --- templates/webpages/is/_payments_de.html | 6 +++--- templates/webpages/is/_payments_master.html | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) 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 %] -- 2.20.1