mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
Minor fix on Banxico Updates
There were a missing return line on banxico updater that prevents module updates rates for mexican currency updater
This commit is contained in:
@@ -728,6 +728,7 @@ class Banxico_getter(Curreny_getter_interface):
|
||||
self.updated_currency[curr] = rate
|
||||
logger.debug("Rate retrieved : %s = %s %s" %
|
||||
(main_currency, rate, curr))
|
||||
return self.updated_currency, self.log_info
|
||||
|
||||
|
||||
# CA BOC ##### Bank of Canada #############################################
|
||||
|
||||
Reference in New Issue
Block a user