From 4ec4e9044c7d901afbc81210850229b2386432a1 Mon Sep 17 00:00:00 2001 From: "G. Richardson" Date: Thu, 26 Sep 2013 13:47:31 +0200 Subject: [PATCH] =?utf8?q?Typo=20in=20Kundendaten=20-=20Cc=20wurde=20mit?= =?utf8?q?=20Bcc=20=C3=BCberschrieben?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit In input_tag für cc richtige Variable übergeben. --- templates/webpages/customer_vendor/tabs/billing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/webpages/customer_vendor/tabs/billing.html b/templates/webpages/customer_vendor/tabs/billing.html index 2e9ac4c1f..d9e1e390a 100644 --- a/templates/webpages/customer_vendor/tabs/billing.html +++ b/templates/webpages/customer_vendor/tabs/billing.html @@ -149,7 +149,7 @@ [% 'Cc E-mail' | $T8 %] - [% L.input_tag('cv.cc', SELF.cv.bcc, size = 45) %] + [% L.input_tag('cv.cc', SELF.cv.cc, size = 45) %] -- 2.20.1