This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
removed code meant only for accounts-tree (
#4509
)
version-14
Zarrar
7 years ago
committed by
Rushabh Mehta
parent
236a2ad156
commit
e4684179a2
1 changed files
with
0 additions
and
8 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-8
frappe/public/js/frappe/views/treeview.js
+ 0
- 8
frappe/public/js/frappe/views/treeview.js
View File
@@ -253,14 +253,6 @@ frappe.views.TreeView = Class.extend({
v.parent = node.label;
v.doctype = me.doctype;
if(node.root) {
v.is_root = 1;
v.parent_account = null;
} else {
v.is_root = 0;
v.root_type = null;
}
$.extend(args, v)
return frappe.call({
method: me.opts.add_tree_node || "frappe.desk.treeview.add_node",
Write
Preview
Loading…
Cancel
Save