commit | 9a7f957acebaf8aad0f0f03c94e60965c19ce9be | [log] [tgz] |
---|---|---|
author | Prateeksha Singh <pratu16x7@gmail.com> | Thu Jun 07 12:40:40 2018 +0530 |
committer | Prateeksha Singh <pratu16x7@gmail.com> | Thu Jun 07 12:40:40 2018 +0530 |
tree | 46850222dfadeb3ee67bdb4bef3bc2f4ea2707c5 | |
parent | 78a2d9785e93f03bf48ff6c0f18c000e0a88d5f4 [diff] |
[hub] fix item page recursion
diff --git a/erpnext/public/js/hub/hub_form.js b/erpnext/public/js/hub/hub_form.js index 4a8c4eb..54dd174 100644 --- a/erpnext/public/js/hub/hub_form.js +++ b/erpnext/public/js/hub/hub_form.js
@@ -325,7 +325,7 @@ } setup_side_bar() { - this.setup_side_bar(); + super.setup_side_bar(); this.attachFooter(); this.attachTimeline(); this.attachReviewArea();