[fix] Show Contribution (%) in Sales Team table in Customer Form
This commit is contained in:
parent
63199e486b
commit
673887455f
@ -17,7 +17,6 @@ frappe.ui.form.on("Customer", "refresh", function(frm) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var grid = cur_frm.get_field("sales_team").grid;
|
var grid = cur_frm.get_field("sales_team").grid;
|
||||||
grid.set_column_disp("allocated_percentage", false);
|
|
||||||
grid.set_column_disp("allocated_amount", false);
|
grid.set_column_disp("allocated_amount", false);
|
||||||
grid.set_column_disp("incentives", false);
|
grid.set_column_disp("incentives", false);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user