mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-06 06:58:27 +00:00
chore: link payroll entry reference in accrual payroll journal entry
This commit is contained in:
@@ -346,6 +346,8 @@ class PayrollEntry(Document):
|
||||
"credit_in_account_currency": flt(payable_amt, precision),
|
||||
"exchange_rate": flt(exchange_rate),
|
||||
"cost_center": self.cost_center,
|
||||
"reference_type": self.doctype,
|
||||
"reference_name": self.name,
|
||||
},
|
||||
accounting_dimensions,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user