* Fix the batch edit button and remove redundant buttons from toolbar on the product view page within program module.
This commit is contained in:
@@ -38,7 +38,7 @@ window.iconRenderProductView = function(value, row)
|
||||
* @access public
|
||||
* @return void
|
||||
*/
|
||||
onClickBatchEdit = function(event)
|
||||
window.onClickBatchEdit = function(event)
|
||||
{
|
||||
event.stopPropagation();
|
||||
event.preventDefault();
|
||||
|
||||
Reference in New Issue
Block a user