X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6a12a968761127af91e9da8db7579be2836bcaaa..c5d397d9b1c2e13dfdaf644fbd98cd41d00a2909:/templates/webpages/reconciliation/proposals.html
diff --git a/templates/webpages/reconciliation/proposals.html b/templates/webpages/reconciliation/proposals.html
index 10f9a1371..df7bde432 100644
--- a/templates/webpages/reconciliation/proposals.html
+++ b/templates/webpages/reconciliation/proposals.html
@@ -3,6 +3,8 @@
[%- USE L %]
[%- USE LxERP %]
+[% SET debug = 0 %]
+
[% IF !SELF.PROPOSALS.size %]
[% 'No data was found.' | $T8 %] |
@@ -17,7 +19,7 @@
 |
[% 'Bank Transaction' | $T8 %] |
- [% HTML.escape(proposal.BT.id) %] |
+ [% IF debug %] [% HTML.escape(proposal.BT.id) %] | [% END %]
[% HTML.escape(proposal.BT.transdate_as_date) %] |
[% HTML.escape(proposal.BT.amount_as_number) %] |
|
@@ -32,13 +34,13 @@
[% FOREACH bb = proposal.BB %]
|
- [% 'Acc Transaction' | $T8 %] |
- [% HTML.escape(bb.acc_trans_id) %] |
+ [% 'Invoice' | $T8 %] |
+ [% 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) %] |