fix wrong variable name (#11050)
This commit is contained in:
parent
0cc93538ed
commit
65dfd09947
@ -284,7 +284,7 @@ class ProcessPayroll(Document):
|
||||
})
|
||||
|
||||
# Deductions
|
||||
for acc, amt in deductions.items():
|
||||
for acc, amount in deductions.items():
|
||||
payable_amount -= flt(amount, precision)
|
||||
accounts.append({
|
||||
"account": acc,
|
||||
|
Loading…
Reference in New Issue
Block a user