From f2d4e33eb558d34a878bcf6b39d84c635d508997 Mon Sep 17 00:00:00 2001 From: darthguru Date: Mon, 23 Jul 2018 11:52:26 +0530 Subject: [PATCH] Fixed IGST ISSUE (#14975) * Fixed IGST ISSUE the flag was not getting reset causing only the first IGST value to be shown and the rest went into SGST and CGST this fixes it * Update gstr_2.py --- erpnext/regional/report/gstr_2/gstr_2.py | 2 -- 1 file changed, 2 deletions(-) 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 = ""