fix: Do not check for cancelled invoices

(cherry picked from commit 2c94867b0e)
This commit is contained in:
Deepesh Garg
2025-01-31 12:17:53 +05:30
committed by Mergify
parent b612ab5823
commit 84638f58fd

View File

@@ -673,6 +673,7 @@ class Subscription(Document):
self.invoice_document_type,
{
"subscription": self.name,
"docstatus": 1,
"status": ["!=", "Paid"],
},
)