fix: check for tax rate (#24376)
This commit is contained in:
parent
5756bf50e6
commit
3914aca647
@ -255,6 +255,7 @@ class Gstr1Report(object):
|
|||||||
|
|
||||||
for item_code, tax_amounts in item_wise_tax_detail.items():
|
for item_code, tax_amounts in item_wise_tax_detail.items():
|
||||||
tax_rate = tax_amounts[0]
|
tax_rate = tax_amounts[0]
|
||||||
|
if tax_rate:
|
||||||
if cgst_or_sgst:
|
if cgst_or_sgst:
|
||||||
tax_rate *= 2
|
tax_rate *= 2
|
||||||
if parent not in self.cgst_sgst_invoices:
|
if parent not in self.cgst_sgst_invoices:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user