Reviewers: ,


Please review this at http://codereview.tryton.org/163008/

Affected files:
  M account.py


Index: account.py
===================================================================

--- a/account.py
+++ b/account.py
@@ -83,7 +83,6 @@

     def default_currency(self):
         company_obj = Pool().get('company.company')
-        currency_obj = Pool().get('currency.currency')
         if Transaction().context.get('company'):
             company = company_obj.browse(Transaction().context['company'])
             return company.currency.id



--
[email protected] mailing list

Reply via email to