From 9a7f957acebaf8aad0f0f03c94e60965c19ce9be Mon Sep 17 00:00:00 2001 From: Prateeksha Singh Date: Thu, 7 Jun 2018 12:40:40 +0530 Subject: [PATCH] [hub] fix item page recursion --- erpnext/public/js/hub/hub_form.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/public/js/hub/hub_form.js b/erpnext/public/js/hub/hub_form.js index 4a8c4eb3ec..54dd174e53 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();