chore: remove debug flag

This commit is contained in:
Deepesh Garg
2024-04-24 19:44:47 +05:30
parent 1c613ada6f
commit ecf07bd128

View File

@@ -318,7 +318,7 @@ class Deferred_Revenue_and_Expense_Report:
.groupby(inv.name, inv_item.name, gle.posting_date)
.orderby(gle.posting_date)
)
self.invoices = query.run(as_dict=True, debug=1)
self.invoices = query.run(as_dict=True)
uniq_invoice = set([x.doc for x in self.invoices])
for inv in uniq_invoice: