Skip to content

Commit

Permalink
fix(India): Supplies from composite dealer not showing up
Browse files Browse the repository at this point in the history
  • Loading branch information
deepeshgarg007 committed Jun 5, 2022
1 parent c7efa3b commit db07831
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion erpnext/regional/doctype/gstr_3b_report/gstr_3b_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ def get_inward_nil_exempt(self, state):
FROM `tabPurchase Invoice` p , `tabPurchase Invoice Item` i
WHERE p.docstatus = 1 and p.name = i.parent
and p.is_opening = 'No'
and p.gst_category != 'Registered Composition'
and (i.is_nil_exempt = 1 or i.is_non_gst = 1 or p.gst_category = 'Registered Composition') and
month(p.posting_date) = %s and year(p.posting_date) = %s
and p.company = %s and p.company_gstin = %s
Expand Down

0 comments on commit db07831

Please sign in to comment.