fix: Remove console.log()

This commit is contained in:
GangaManoj 2021-06-16 03:37:11 +05:30
parent 0511ffcf30
commit 79dc0f0afc

View File

@ -39,7 +39,6 @@ frappe.query_reports["General Ledger"] = {
"fieldtype": "MultiSelectList",
"options": "Account",
get_data: function(txt) {
console.log("txt = ", txt)
return frappe.db.get_link_options('Account', txt, {
company: frappe.query_report.get_filter_value("company")
});