chore: whitespace
This commit is contained in:
parent
8f5a77446e
commit
73b3a2f685
@ -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')
|
||||
|
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user