diff --git a/erpnext/regional/report/gstr_2/gstr_2.py b/erpnext/regional/report/gstr_2/gstr_2.py index 0a2e96878f0..06056956b00 100644 --- a/erpnext/regional/report/gstr_2/gstr_2.py +++ b/erpnext/regional/report/gstr_2/gstr_2.py @@ -71,8 +71,6 @@ class Gstr2Report(Gstr1Report): is_igst = True if d[1] in self.gst_accounts.igst_account else False if is_igst and d[0] not in self.igst_invoices: self.igst_invoices.append(d[0]) - if is_igst: - break def get_conditions(self): conditions = ""