fix(Asset): Make Manage button white

This commit is contained in:
GangaManoj 2021-05-13 05:03:56 +05:30
parent ec72f8956f
commit 68b78374b5

View File

@ -132,7 +132,6 @@ frappe.ui.form.on('Asset', {
}, __("Manage"));
}
frm.page.set_inner_btn_group_as_primary(__("Manage"));
frm.trigger("setup_chart");
}