mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-28 02:58:30 +00:00
[hub][minor] remove links #14309
This commit is contained in:
@@ -6,8 +6,7 @@ frappe.ui.form.on("Hub Settings", {
|
||||
}));
|
||||
|
||||
frm.trigger("enabled");
|
||||
frm.add_custom_button(__('View Hub'),
|
||||
() => frappe.set_route('Hub', 'Item'));
|
||||
|
||||
if (frm.doc.enabled) {
|
||||
frm.add_custom_button(__('Sync'),
|
||||
() => frm.call('sync'));
|
||||
|
||||
Reference in New Issue
Block a user