add due_date in GL Entry from Journal Entry
This commit is contained in:
parent
501ef8733b
commit
93c015a42b
@ -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
|
||||
})
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user