]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/io/ship_to.html
Lieferadresse: Falsche Stadt wird angezeigt
[mfinanz.git] / templates / webpages / io / ship_to.html
index 476aaebb093840d4d6ca930d16c830f3ad174f24..2ffed371fcd89286fdddc4c770432382215a4bf7 100644 (file)
@@ -63,9 +63,9 @@
 
 [% select_options = [ [ 0, LxERP.t8("Billing Address") ] ] ;
    FOREACH shipto = vc_obj.shipto ;
-     city  = shipto.shiptozipcode _ ' ' _ shipto.shiptocity ;
-     title = [ shipto.shiptoname, shipto.shiptostreet, city ] ;
-     CALL select_options.import([ [ loop.count, title.grep('\S').join("; ") ] ]) ;
+     tmpcity  = shipto.shiptozipcode _ ' ' _ shipto.shiptocity ;
+     tmptitle = [ shipto.shiptoname, shipto.shiptostreet, tmpcity ] ;
+     CALL select_options.import([ [ loop.count, tmptitle.grep('\S').join("; ") ] ]) ;
    END ;
    '' %]