mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-23 13:12:22 +01:00
fix: use gain_loss_posting_date instead of today
(cherry picked from commit 0585bc5aef)
This commit is contained in:
@@ -826,7 +826,7 @@ def reconcile_dr_cr_note(dr_cr_notes, company, active_dimensions=None):
|
|||||||
|
|
||||||
create_gain_loss_journal(
|
create_gain_loss_journal(
|
||||||
company,
|
company,
|
||||||
today(),
|
inv.difference_posting_date,
|
||||||
inv.party_type,
|
inv.party_type,
|
||||||
inv.party,
|
inv.party,
|
||||||
inv.account,
|
inv.account,
|
||||||
|
|||||||
Reference in New Issue
Block a user