From: Waldemar Toews Date: Fri, 13 Dec 2013 12:26:34 +0000 (+0100) Subject: BUG-Fix: Falsches Wert im BLZ-Eingabe Feld Lieferadresse der Stammdaten. X-Git-Tag: release-3.1.0beta1~22^2~93 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=47900a4deea70bc70dedcaadefa77061e350878c;p=kivitendo-erp.git BUG-Fix: Falsches Wert im BLZ-Eingabe Feld Lieferadresse der Stammdaten. --- diff --git a/templates/webpages/customer_vendor/tabs/shipto.html b/templates/webpages/customer_vendor/tabs/shipto.html index 0b238c34b..8f4997772 100644 --- a/templates/webpages/customer_vendor/tabs/shipto.html +++ b/templates/webpages/customer_vendor/tabs/shipto.html @@ -59,7 +59,7 @@ [% 'Zipcode' | $T8 %]/[% 'City' | $T8 %] - [% 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) %]