diff --git a/module/common/view/datatable.fix.html.php b/module/common/view/datatable.fix.html.php index 50466d866f..a0bfc9075f 100644 --- a/module/common/view/datatable.fix.html.php +++ b/module/common/view/datatable.fix.html.php @@ -32,7 +32,7 @@ $(function() { $dropmenu.append("
  • ' data-toggle='modal' data-type='ajax'>datatable->custom?>
  • "); } - else if(currentModule == 'marketreport' && currentMethod == 'browse') + else if((currentModule == 'marketreport' || currentModule == 'marketresearch') && currentMethod == 'browse') { $dropmenu.append("
  • ' data-toggle='modal' data-type='ajax'>datatable->custom?>
  • "); }