Skip to content

Commit

Permalink
Merge pull request resilient-tech#1237 from vorasmit/fix-gstin-info
Browse files Browse the repository at this point in the history
  • Loading branch information
vorasmit authored Nov 2, 2023
2 parents 00f94da + 15bb8f4 commit 1205f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion india_compliance/gst_india/utils/gstin_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def _get_gstin_info(gstin, *, throw_error=True):

frappe.log_error(title="Failed to Fetch GSTIN Info", message=exc)
frappe.clear_last_message()
return
return frappe._dict()

business_name = (
response.tradeNam if response.ctb == "Proprietorship" else response.lgnm
Expand Down

0 comments on commit 1205f20

Please sign in to comment.