chore: link payroll entry reference in accrual payroll journal entry

This commit is contained in:
Saurabh
2022-11-18 12:12:00 +05:30
parent 30b42b22ab
commit 6ae21c92de

View File

@@ -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,
)