mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-12 19:35:09 +00:00
posting-date-fix (#12849)
This commit is contained in:
committed by
Rushabh Mehta
parent
45ac31ab93
commit
caccd2289d
@@ -252,7 +252,7 @@ class PayrollEntry(Document):
|
||||
journal_entry.user_remark = _('Accural Journal Entry for salaries from {0} to {1}')\
|
||||
.format(self.start_date, self.end_date)
|
||||
journal_entry.company = self.company
|
||||
journal_entry.posting_date = nowdate()
|
||||
journal_entry.posting_date = self.posting_date
|
||||
|
||||
accounts = []
|
||||
payable_amount = 0
|
||||
|
||||
Reference in New Issue
Block a user