From 09ae65fbfe9973d6f4f7c674a1d4aa6446b27cd0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Fri, 25 Apr 2014 11:04:09 +0200 Subject: [PATCH] IBAN und BIC im Kunden/Lieferanten Detailfeld in Belegen anzeigen. --- templates/webpages/common/show_vc_details.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/templates/webpages/common/show_vc_details.html b/templates/webpages/common/show_vc_details.html index e2c6e672f..053c22954 100644 --- a/templates/webpages/common/show_vc_details.html +++ b/templates/webpages/common/show_vc_details.html @@ -154,6 +154,15 @@ [% HTML.escape(bank) %] + + [% 'IBAN' | $T8 %] + [% HTML.escape(iban) %] + + + + [% 'BIC' | $T8 %] + [% HTML.escape(bic) %] + [% IF is_customer %][% 'Customer type' | $T8 %][% ELSE %][% 'Vendor type' | $T8 %][% END %] [% HTML.escape(business) %] -- 2.20.1