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

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Jul 24 11:29:51 CEST 2007


Author: vincent
Date: Tue Jul 24 11:29:51 2007
New Revision: 15288

URL: http://svn.erp5.org?rev=15288&view=rev
Log:
Typo.

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=15288&r1=15287&r2=15288&view=diff
==============================================================================
--- erp5/trunk/products/ERP5SyncML/Conduit/BaobabConduit.py (original)
+++ erp5/trunk/products/ERP5SyncML/Conduit/BaobabConduit.py Tue Jul 24 11:29:51 2007
@@ -544,7 +544,7 @@
            currency_cash.getPriceCurrencyId() == currency_name:
           # getFormer value must match searched coin variation.
           if currency_portal_type == 'Coin' and \
-             (kw.get('variation', None) in former_coin_variation_list) != \
+             (kw.get('variation', None) in self.former_coin_variation_list) != \
              bool(currency_cash.getFormer()):
             continue
           line_currency_cash = currency_cash




More information about the Erp5-report mailing list