mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-19 02:04:50 +00:00
@@ -962,7 +962,7 @@ class AccountsController(TransactionBase):
|
||||
|
||||
d.exchange_gain_loss = difference
|
||||
|
||||
def make_exchange_gain_loss_journal(self, args=None) -> None:
|
||||
def make_exchange_gain_loss_journal(self, args: dict = None) -> None:
|
||||
"""
|
||||
Make Exchange Gain/Loss journal for Invoices and Payments
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user