Commit bd6d9804 authored by Vincent Pelletier's avatar Vincent Pelletier

Typo.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15288 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d5ead34f
......@@ -544,7 +544,7 @@ class BaobabConduit(ERP5Conduit):
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment