Finish implementing active management hooks
This commit is contained in:
@@ -98,5 +98,4 @@ def to_currency(direction, account, amount, from_currency, to_currency):
|
||||
|
||||
# Convert the amount to the destination currency
|
||||
converted = D(amount) * price
|
||||
|
||||
return converted
|
||||
|
||||
Reference in New Issue
Block a user