From 47900a4deea70bc70dedcaadefa77061e350878c Mon Sep 17 00:00:00 2001 From: Waldemar Toews Date: Fri, 13 Dec 2013 13:26:34 +0100 Subject: [PATCH] BUG-Fix: Falsches Wert im BLZ-Eingabe Feld Lieferadresse der Stammdaten. --- templates/webpages/customer_vendor/tabs/shipto.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) %] -- 2.20.1