Skip to content

Commit

Permalink
fix: change employee party field so payment entry can properly link t…
Browse files Browse the repository at this point in the history
…o it
  • Loading branch information
HKuz authored and agritheory committed Aug 26, 2022
1 parent 3152aac commit 5f96753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check_run/check_run/doctype/check_run/check_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ def get_entries(doc):
'Employee' AS party_type,
`tabExpense Claim`.name,
`tabExpense Claim`.name AS ref_number,
`tabExpense Claim`.employee_name AS party,
`tabExpense Claim`.employee AS party,
`tabEmployee`.employee_name AS party_name,
`tabExpense Claim`.grand_total AS amount,
`tabExpense Claim`.posting_date AS due_date,
Expand Down

0 comments on commit 5f96753

Please sign in to comment.