mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-03 08:32:24 +00:00
[fix] process payroll
This commit is contained in:
@@ -196,11 +196,11 @@ class ProcessPayroll(Document):
|
||||
journal_entry.set("accounts", [
|
||||
{
|
||||
"account": salary_account,
|
||||
"debit": amount
|
||||
"debit_in_account_currency": amount
|
||||
},
|
||||
{
|
||||
"account": default_bank_account,
|
||||
"credit": amount
|
||||
"credit_in_account_currency": amount
|
||||
},
|
||||
])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user