Skip to content

Commit

Permalink
fix: Payment Terms Status for Sales Order report should show all paym…
Browse files Browse the repository at this point in the history
…ent terms from order not only this comming from template

(cherry picked from commit 6c8f52b)
  • Loading branch information
FHenry authored and mergify[bot] committed Jan 24, 2024
1 parent 924fc8f commit 2953959
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ def get_so_with_invoices(filters):
.where(
(so.docstatus == 1)
& (so.status.isin(["To Deliver and Bill", "To Bill"]))
& (so.payment_terms_template != "NULL")
& (so.company == conditions.company)
& (so.transaction_date[conditions.start_date : conditions.end_date])
)
Expand Down

0 comments on commit 2953959

Please sign in to comment.