mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 12:49:10 +00:00
fix: Tests
This commit is contained in:
@@ -306,6 +306,7 @@ class GSTR3BReport(Document):
|
|||||||
inter_state_supply_details = {}
|
inter_state_supply_details = {}
|
||||||
|
|
||||||
for d in inter_state_supply_tax:
|
for d in inter_state_supply_tax:
|
||||||
|
if d.name:
|
||||||
inter_state_supply_tax_mapping.setdefault(d.name, {
|
inter_state_supply_tax_mapping.setdefault(d.name, {
|
||||||
'place_of_supply': d.place_of_supply,
|
'place_of_supply': d.place_of_supply,
|
||||||
'taxable_value': d.net_total,
|
'taxable_value': d.net_total,
|
||||||
|
|||||||
Reference in New Issue
Block a user