fix: typo's and parameter changes
(cherry picked from commit 0ec17590ae)
This commit is contained in:
@@ -1998,6 +1998,8 @@ def create_gain_loss_journal(
|
||||
cost_center,
|
||||
dimensions,
|
||||
) -> str:
|
||||
# TODO: pass dimensions to Journal
|
||||
|
||||
journal_entry = frappe.new_doc("Journal Entry")
|
||||
journal_entry.voucher_type = "Exchange Gain Or Loss"
|
||||
journal_entry.company = company
|
||||
|
||||
Reference in New Issue
Block a user