mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-18 09:47:14 +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,
|
||||
"remarks": self.remark,
|
||||
"cost_center": d.cost_center,
|
||||
"project": d.project
|
||||
"project": d.project,
|
||||
"due_date": d.reference_due_date
|
||||
})
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user