fix: Primary button icon

This commit is contained in:
Suraj Shetty 2020-08-27 18:57:43 +05:30
parent b6ebcd7559
commit a49af09705
2 changed files with 2 additions and 2 deletions

View File

@ -120,7 +120,7 @@ frappe.treeview_settings["Account"] = {
} else { } else {
treeview.new_node(); treeview.new_node();
} }
}, "octicon octicon-plus"); }, "add");
}, },
onrender: function(node) { onrender: function(node) {
if(frappe.boot.user.can_read.indexOf("GL Entry") !== -1){ if(frappe.boot.user.can_read.indexOf("GL Entry") !== -1){