mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-09 00:01:18 +00:00
fix: Remove print and debug
(cherry picked from commit 6dfcc1e2ae)
# Conflicts:
# erpnext/regional/report/gstr_1/gstr_1.py
This commit is contained in:
@@ -51,7 +51,6 @@ class Gstr1Report(object):
|
||||
self.gst_accounts = get_gst_accounts(self.filters.company, only_non_reverse_charge=1)
|
||||
self.get_invoice_data()
|
||||
|
||||
print(self.invoices, "$#$#$#$#$#")
|
||||
if self.invoices:
|
||||
self.get_invoice_items()
|
||||
self.get_items_based_on_tax_rate()
|
||||
@@ -297,8 +296,12 @@ class Gstr1Report(object):
|
||||
)
|
||||
=======
|
||||
""".format(select_columns=self.select_columns, doctype=self.doctype,
|
||||
<<<<<<< HEAD
|
||||
where_conditions=conditions), self.filters, as_dict=1, debug=1)
|
||||
>>>>>>> e1f55df4d7 (fix: GSTR-1 Reports not showing any data)
|
||||
=======
|
||||
where_conditions=conditions), self.filters, as_dict=1)
|
||||
>>>>>>> 6dfcc1e2ae (fix: Remove print and debug)
|
||||
|
||||
for d in invoice_data:
|
||||
self.invoices.setdefault(d.invoice_number, d)
|
||||
|
||||
Reference in New Issue
Block a user