X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/cb0dfa9a11519db929421ddc704a1f25b6a50668..1465da30:/templates/webpages/is/_payments_master.html diff --git a/templates/webpages/is/_payments_master.html b/templates/webpages/is/_payments_master.html index ff60265cc..521666192 100644 --- a/templates/webpages/is/_payments_master.html +++ b/templates/webpages/is/_payments_master.html @@ -3,7 +3,7 @@ -[% IF is_credit_note %] +[% IF is_type_credit_note %] [% ELSE %] @@ -41,21 +41,20 @@ [% IF show_exchangerate %] [% END %] - + -[%# push(@triggers, "datepaid_$i", "BL", "trigger_datepaid_$i"); %]
PaymentsIncoming Payments - [% 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 %] ;