Merge pull request #19044 from marination/gstr-error

fix: Changed error message in GSTR-1 Report
This commit is contained in:
Deepesh Garg 2019-09-13 18:04:38 +05:30 committed by GitHub
commit 9c3fd8dbc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -722,7 +722,7 @@ def get_company_gstin_number(company):
if gstin:
return gstin[0]["gstin"]
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):
''' download json content in a file '''