mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 10:11:20 +00:00
[hub] fix item page recursion
This commit is contained in:
@@ -325,7 +325,7 @@ erpnext.hub.ItemPage = class ItemPage extends erpnext.hub.HubDetailsPage {
|
|||||||
}
|
}
|
||||||
|
|
||||||
setup_side_bar() {
|
setup_side_bar() {
|
||||||
this.setup_side_bar();
|
super.setup_side_bar();
|
||||||
this.attachFooter();
|
this.attachFooter();
|
||||||
this.attachTimeline();
|
this.attachTimeline();
|
||||||
this.attachReviewArea();
|
this.attachReviewArea();
|
||||||
|
|||||||
Reference in New Issue
Block a user