Update gstr_1.js

This commit is contained in:
Deepesh Garg 2022-02-19 19:35:57 +05:30 committed by GitHub
parent 87b074ac09
commit a28ec89507
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,6 @@ frappe.query_reports["GSTR-1"] = {
company: filters.company
},
callback: function(r) {
console.log(r.message);
frappe.query_report.page.fields_dict.company_gstin.df.options = r.message;
frappe.query_report.page.fields_dict.company_gstin.refresh();
}