[hub] fix item page recursion

This commit is contained in:
Prateeksha Singh 2018-06-07 12:40:40 +05:30
parent 78a2d9785e
commit 9a7f957ace

View File

@ -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();