mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 08:24:47 +00:00
fix: Update params in GSTR-1 report
This commit is contained in:
@@ -42,7 +42,7 @@ class Gstr1Report(object):
|
|||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
self.get_columns()
|
self.get_columns()
|
||||||
self.gst_accounts = get_gst_accounts(self.filters.company)
|
self.gst_accounts = get_gst_accounts(self.filters.company, only_non_reverse_charge=1)
|
||||||
self.get_invoice_data()
|
self.get_invoice_data()
|
||||||
|
|
||||||
if self.invoices:
|
if self.invoices:
|
||||||
|
|||||||
Reference in New Issue
Block a user