fix: Code cleanup

This commit is contained in:
deepeshgarg007 2019-04-16 20:56:49 +05:30
parent e5a869bc45
commit c354a17383

View File

@ -39,7 +39,6 @@ class Gstr1Report(object):
shipping_bill_date,
reason_for_issuing_document
"""
# self.customer_type = "Company" if self.filters.get("type_of_business") == "B2B" else "Individual"
def run(self):
self.get_columns()
@ -146,7 +145,6 @@ class Gstr1Report(object):
if self.filters.get(opts[0]):
conditions += opts[1]
# customers = frappe.get_all("Customer", filters={"customer_type": self.customer_type})
if self.filters.get("type_of_business") == "B2B":
customers = frappe.get_all("Customer",