BUG-Fix: Falsches Wert im BLZ-Eingabe Feld Lieferadresse der Stammdaten.
authorWaldemar Toews <waldemar.toews@opendynamic.de>
Fri, 13 Dec 2013 12:26:34 +0000 (13:26 +0100)
committerG. Richardson <information@kivitendo-premium.de>
Fri, 13 Dec 2013 12:54:04 +0000 (13:54 +0100)
templates/webpages/customer_vendor/tabs/shipto.html

index 0b238c3..8f49977 100644 (file)
@@ -59,7 +59,7 @@
       <th align="right" nowrap>[% 'Zipcode' | $T8 %]/[% 'City' | $T8 %]</th>
 
       <td>
-        [% L.input_tag('shipto.shiptozipcode', SELF.shipto.shiptostreet,  size = 5, maxlength = 75) %]
+        [% L.input_tag('shipto.shiptozipcode', SELF.shipto.shiptozipcode,  size = 5, maxlength = 75) %]
         [% L.input_tag('shipto.shiptocity', SELF.shipto.shiptocity,  size = 30, maxlength = 75) %]
       </td>
     </tr>