[Erp5-report] r27043 - /erp5/trunk/products/ERP5/Document/GeographicAddress.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue May 19 14:15:38 CEST 2009


Author: nicolas
Date: Tue May 19 14:15:37 2009
New Revision: 27043

URL: http://svn.erp5.org?rev=27043&view=rev
Log:
Sorry for this mistake, space should be use for City

Modified:
    erp5/trunk/products/ERP5/Document/GeographicAddress.py

Modified: erp5/trunk/products/ERP5/Document/GeographicAddress.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/GeographicAddress.py?rev=27043&r1=27042&r2=27043&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/GeographicAddress.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/GeographicAddress.py [utf8] Tue May 19 14:15:37 2009
@@ -101,7 +101,7 @@
         if zip_city:
           self.setZipCode(zip_city[0])
           if len(zip_city) > 1:
-            self.setCity(linesep.join(zip_city[1:]))
+            self.setCity(' '.join(zip_city[1:]))
 
     security.declareProtected(Permissions.AccessContentsInformation,
                               'standardTextFormat')




More information about the Erp5-report mailing list