Skip to content

Commit

Permalink
#2503: Corrected the column reference in error reporting for loan gua…
Browse files Browse the repository at this point in the history
…rantee validation failures (#2548)
  • Loading branch information
sambodeme authored Oct 20, 2023
1 parent 48c12b6 commit 41b28a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/audit/intakelib/checks/check_loan_guarantee.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def loan_guarantee(ir):
errors.append(
build_cell_error_tuple(
ir,
get_range_by_name(ir, "loan_balance_at_audit_period_end"),
get_range_by_name(ir, "is_guaranteed"),
index,
get_message("check_loan_guarantee_not_empty"),
)
Expand Down

0 comments on commit 41b28a3

Please sign in to comment.