mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 15:42:52 +00:00
add due_date in GL Entry from Journal Entry
This commit is contained in:
@@ -436,7 +436,8 @@ class JournalEntry(AccountsController):
|
|||||||
"against_voucher": d.reference_name,
|
"against_voucher": d.reference_name,
|
||||||
"remarks": self.remark,
|
"remarks": self.remark,
|
||||||
"cost_center": d.cost_center,
|
"cost_center": d.cost_center,
|
||||||
"project": d.project
|
"project": d.project,
|
||||||
|
"due_date": d.reference_due_date
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user