Skip to content

Commit 8e531ab

Browse files
committed
fix: make hash only from gstin and return type
1 parent c7135ae commit 8e531ab

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

india_compliance/gst_india/doctype/purchase_reconciliation_tool/purchase_reconciliation_tool.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,7 @@ def download_gstr(
139139
job_id = get_hash(
140140
{
141141
"company_gstin": company_gstin,
142-
"date_range": date_range,
143142
"return_type": return_type,
144-
"return_period": return_period,
145-
"gst_categories": gst_categories,
146143
}
147144
)
148145

0 commit comments

Comments
 (0)