mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-17 16:45:02 +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() {
|
||||
this.setup_side_bar();
|
||||
super.setup_side_bar();
|
||||
this.attachFooter();
|
||||
this.attachTimeline();
|
||||
this.attachReviewArea();
|
||||
|
||||
Reference in New Issue
Block a user