Merge pull request #24020 from deepeshgarg007/gstr-1-b2c_large

fix: Opening invoices in GSTR-1 report
This commit is contained in:
Deepesh Garg
2020-11-30 10:57:49 +05:30
committed by GitHub

View File

@@ -151,6 +151,7 @@ class Gstr1Report(object):
{select_columns}
from `tab{doctype}`
where docstatus = 1 {where_conditions}
and is_opening = 'No'
order by posting_date desc
""".format(select_columns=self.select_columns, doctype=self.doctype,
where_conditions=conditions), self.filters, as_dict=1)