[Erp5-report] r6400 - /erp5/trunk/products/ERP5SyncML/Conduit/BaobabConduit.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Mar 31 11:15:07 CEST 2006


Author: seb
Date: Fri Mar 31 11:15:05 2006
New Revision: 6400

URL: http://svn.erp5.org?rev=6400&view=rev
Log:
fixed a small error (thank you Kevin for the report of this problem)

Modified:
    erp5/trunk/products/ERP5SyncML/Conduit/BaobabConduit.py

Modified: erp5/trunk/products/ERP5SyncML/Conduit/BaobabConduit.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5SyncML/Conduit/BaobabConduit.py?rev=6400&r1=6399&r2=6400&view=diff
==============================================================================
--- erp5/trunk/products/ERP5SyncML/Conduit/BaobabConduit.py (original)
+++ erp5/trunk/products/ERP5SyncML/Conduit/BaobabConduit.py Fri Mar 31 11:15:05 2006
@@ -78,7 +78,7 @@
         , 'erp5_property': 'first_name'
         , 'conditions'   : {'erp5_portal_type':'Person'}
         }
-      , { 'xml_property' : 'nom'
+      , { 
         , 'erp5_property': 'title'
         , 'conditions'   : {'erp5_portal_type':'Organisation'}
         }],




More information about the Erp5-report mailing list