fix: Export invoices not visible in GSTR-1 report
This commit is contained in:
parent
5f5bbf622a
commit
2dc90dd8ac
@ -201,7 +201,7 @@ class Gstr1Report(object):
|
|||||||
elif self.filters.get("type_of_business") == "EXPORT":
|
elif self.filters.get("type_of_business") == "EXPORT":
|
||||||
conditions += """ AND is_return !=1 and gst_category = 'Overseas' """
|
conditions += """ AND is_return !=1 and gst_category = 'Overseas' """
|
||||||
|
|
||||||
conditions += " AND billing_address_gstin NOT IN %(company_gstins)s"
|
conditions += " AND IFNULL(billing_address_gstin, '') NOT IN %(company_gstins)s"
|
||||||
|
|
||||||
return conditions
|
return conditions
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user