X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6a12a968761127af91e9da8db7579be2836bcaaa..fdebfd5d0c558cb156849b01c9c9268b29dc443b:/templates/webpages/reconciliation/_linked_transactions.html diff --git a/templates/webpages/reconciliation/_linked_transactions.html b/templates/webpages/reconciliation/_linked_transactions.html index 29eaa08e0..c05be857d 100644 --- a/templates/webpages/reconciliation/_linked_transactions.html +++ b/templates/webpages/reconciliation/_linked_transactions.html @@ -3,6 +3,8 @@ [%- USE L %] [%- USE LxERP %] +[% SET debug = 0 %] + [% IF !SELF.LINKED_TRANSACTIONS.size %]

[% 'No data was found.' | $T8 %]

@@ -21,7 +23,7 @@ [% 'Bank Transaction' | $T8 %] - [% HTML.escape(bt.id) %] + [% IF debug %][% HTML.escape(bt.id) %][% END %] [% HTML.escape(bt.transdate_as_date) %] [% HTML.escape(bt.amount_as_number) %] @@ -36,12 +38,12 @@
[% 'Acc Transaction' | $T8 %] - [% HTML.escape(bb.acc_trans_id) %] + [% IF debug %][% HTML.escape(bb.acc_trans_id) %][% END %] [% HTML.escape(bb.transdate_as_date) %] [% LxERP.format_amount(-1 * bb.amount, 2) %] - [% HTML.escape(bb.get_transaction.customer.name) %][% HTML.escape(bb.get_transaction.vendor.name) %][% HTML.escape(bb.get_transaction.description) %] - [% bb.get_transaction.link %] + [% HTML.escape(bb.record.customer.name) %][% HTML.escape(bb.record.vendor.name) %][% HTML.escape(bb.record.description) %] + [% bb.record.link %] [% HTML.escape(bb.source) %] [% HTML.escape(bb.memo) %] [% HTML.escape(bb.source) %] @@ -58,7 +60,7 @@ [% 'Bank Transaction' | $T8 %] - [% HTML.escape(bt.id) %] + [% IF debug %][% HTML.escape(bt.id) %][% END %] [% HTML.escape(bt.transdate_as_date) %] [% HTML.escape(bt.amount_as_number) %] @@ -77,12 +79,12 @@
[% 'Acc Transaction' | $T8 %] - [% HTML.escape(bb.acc_trans_id) %] + [% IF debug %][% HTML.escape(bb.acc_trans_id) %][% END %] [% HTML.escape(bb.transdate_as_date) %] [% LxERP.format_amount(-1 * bb.amount, 2) %] - [% HTML.escape(bb.get_transaction.customer.name) %][% HTML.escape(bb.get_transaction.vendor.name) %][% HTML.escape(bb.get_transaction.description) %] - [% bb.get_transaction.link %] + [% HTML.escape(bb.record.customer.name) %][% HTML.escape(bb.record.vendor.name) %][% HTML.escape(bb.record.description) %] + [% bb.record.link %] [% HTML.escape(bb.source) %] [% HTML.escape(bb.memo) %] [% HTML.escape(bb.source) %]