fix: Remove console.log()
This commit is contained in:
parent
0511ffcf30
commit
79dc0f0afc
@ -39,7 +39,6 @@ frappe.query_reports["General Ledger"] = {
|
|||||||
"fieldtype": "MultiSelectList",
|
"fieldtype": "MultiSelectList",
|
||||||
"options": "Account",
|
"options": "Account",
|
||||||
get_data: function(txt) {
|
get_data: function(txt) {
|
||||||
console.log("txt = ", txt)
|
|
||||||
return frappe.db.get_link_options('Account', txt, {
|
return frappe.db.get_link_options('Account', txt, {
|
||||||
company: frappe.query_report.get_filter_value("company")
|
company: frappe.query_report.get_filter_value("company")
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user