Skip to content

Commit

Permalink
Amount spent calculated from amouth authorised for payment rather tha…
Browse files Browse the repository at this point in the history
…n amount claimed
  • Loading branch information
phillybroadbent committed Jul 26, 2023
1 parent a66a29f commit e45be65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lowfat/models/claimant.py
Original file line number Diff line number Diff line change
Expand Up @@ -456,4 +456,4 @@ def claimantship_spent(self):
grant_heading="F"
)

return sum([expense.amount_claimed for expense in this_claimant_expenses])
return sum([expense.amount_authorized_for_payment for expense in this_claimant_expenses])

0 comments on commit e45be65

Please sign in to comment.