Skip to content

Commit

Permalink
Product reviews backend: fixed grid ID typo preventing save button to…
Browse files Browse the repository at this point in the history
… show (#2415)
  • Loading branch information
fballiano committed Aug 12, 2022
1 parent d3dde2c commit fd66407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/core/Mage/Adminhtml/Block/Review/Add.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public function __construct()
showForm : function() {
toggleParentVis("add_review_form");
toggleVis("productGrid");
toggleVis("reviewProductGrid");
toggleVis("save_button");
toggleVis("reset_button");
},
Expand Down

0 comments on commit fd66407

Please sign in to comment.