mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-01 04:28:27 +00:00
fix: Linter (whitespace)
This commit is contained in:
@@ -50,7 +50,7 @@ class Gstr1Report(object):
|
||||
self.get_invoice_items()
|
||||
self.get_items_based_on_tax_rate()
|
||||
self.invoice_fields = [d["fieldname"] for d in self.invoice_columns]
|
||||
|
||||
|
||||
self.get_data()
|
||||
|
||||
return self.columns, self.data
|
||||
@@ -709,7 +709,7 @@ class Gstr1Report(object):
|
||||
"width": 100
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
self.columns = self.invoice_columns + self.tax_columns + self.other_columns
|
||||
|
||||
@frappe.whitelist()
|
||||
|
||||
Reference in New Issue
Block a user