mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-17 00:25:01 +00:00
fix: Remove console.log()
This commit is contained in:
@@ -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")
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user