[fix] minor fix to accomodate custom fields in tree popup

This commit is contained in:
Saurabh
2016-09-19 16:42:25 +05:30
parent 17c43cd799
commit 9aacf46c51
5 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
frappe.treeview_settings["Sales Person"] = {
fields: [
{fieldtype:'Data', fieldname: 'name_field',
{fieldtype:'Data', fieldname: 'sales_person_name',
label:__('New Sales Person Name'), reqd:true},
{fieldtype:'Link', fieldname:'employee',
label:__('Employee'), options:'Employee',