diff --git a/erpnext/public/js/hub/hub_form.js b/erpnext/public/js/hub/hub_form.js index 4a8c4eb3ec1..54dd174e53a 100644 --- a/erpnext/public/js/hub/hub_form.js +++ b/erpnext/public/js/hub/hub_form.js @@ -325,7 +325,7 @@ erpnext.hub.ItemPage = class ItemPage extends erpnext.hub.HubDetailsPage { } setup_side_bar() { - this.setup_side_bar(); + super.setup_side_bar(); this.attachFooter(); this.attachTimeline(); this.attachReviewArea();