Skip to content

Commit

Permalink
Add in the two dates that were missing.
Browse files Browse the repository at this point in the history
  • Loading branch information
seeker25 committed Oct 10, 2023
1 parent 90fc03c commit b8a03b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pay-api/src/pay_api/models/payment.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,9 @@ def search_purchase_history(cls, # noqa:E501; pylint:disable=too-many-arguments
Invoice.business_identifier,
Invoice.created_by,
Invoice.filing_id,
Invoice.bcol_account
Invoice.bcol_account,
Invoice.disbursement_date,
Invoice.overdue_date
),
contains_eager(Invoice.payment_line_items)
.load_only(PaymentLineItem.description, PaymentLineItem.gst, PaymentLineItem.pst)
Expand Down

0 comments on commit b8a03b8

Please sign in to comment.