Typo in Kundendaten - Cc wurde mit Bcc überschrieben
authorG. Richardson <information@kivitendo-premium.de>
Thu, 26 Sep 2013 11:47:31 +0000 (13:47 +0200)
committerG. Richardson <information@kivitendo-premium.de>
Thu, 26 Sep 2013 11:47:31 +0000 (13:47 +0200)
In input_tag für cc richtige Variable übergeben.

templates/webpages/customer_vendor/tabs/billing.html

index 2e9ac4c..d9e1e39 100644 (file)
       <th align="right">[% 'Cc E-mail' | $T8 %]</th>
 
       <td>
-        [% L.input_tag('cv.cc', SELF.cv.bcc, size = 45) %]
+        [% L.input_tag('cv.cc', SELF.cv.cc, size = 45) %]
       </td>
     </tr>