chore: type info

This commit is contained in:
ruthra kumar 2023-07-25 10:30:08 +05:30
parent 37895a361c
commit 6628632fbb

View File

@ -968,7 +968,7 @@ class AccountsController(TransactionBase):
d.exchange_gain_loss = difference 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 Make Exchange Gain/Loss journal for Invoices and Payments
""" """