fix: Update params in GSTR-1 report

This commit is contained in:
Deepesh Garg
2021-04-18 13:32:28 +05:30
parent 5b9e0b5b57
commit ca8fe28138

View File

@@ -42,7 +42,7 @@ class Gstr1Report(object):
def run(self):
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()
if self.invoices: