mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 11:49:10 +00:00
Merge pull request #19044 from marination/gstr-error
fix: Changed error message in GSTR-1 Report
This commit is contained in:
@@ -722,7 +722,7 @@ def get_company_gstin_number(company):
|
|||||||
if gstin:
|
if gstin:
|
||||||
return gstin[0]["gstin"]
|
return gstin[0]["gstin"]
|
||||||
else:
|
else:
|
||||||
frappe.throw(_("No GST No. found for the Company."))
|
frappe.throw(_("Please set valid GSTIN No. in Company Address"))
|
||||||
|
|
||||||
def download_json_file(filename, report_type, data):
|
def download_json_file(filename, report_type, data):
|
||||||
''' download json content in a file '''
|
''' download json content in a file '''
|
||||||
|
|||||||
Reference in New Issue
Block a user