chore: whitespace

This commit is contained in:
Ankush Menat 2021-09-03 21:57:38 +05:30
parent 8f5a77446e
commit 73b3a2f685
No known key found for this signature in database
GPG Key ID: 8EA82E09BBD13AAF
2 changed files with 3 additions and 2 deletions

View File

@ -4,6 +4,7 @@
import frappe
from frappe.custom.doctype.custom_field.custom_field import create_custom_fields
def execute():
frappe.reload_doc('accounts', 'doctype', 'advance_taxes_and_charges')
frappe.reload_doc('accounts', 'doctype', 'payment_entry')

View File

@ -54,7 +54,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
@ -713,7 +713,7 @@ class Gstr1Report(object):
"width": 100
}
]
self.columns = self.invoice_columns + self.tax_columns + self.other_columns
@frappe.whitelist()