X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Freconciliation%2F_linked_transactions.html;h=c05be857d4568ecf9e85839b631cf7cd5d50bed8;hb=3591b710cbe757a131ff768ed7d6066d8412bc0e;hp=29eaa08e0dbe462a50a76656b782ed76b0e16737;hpb=6a12a968761127af91e9da8db7579be2836bcaaa;p=kivitendo-erp.git 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) %]