From 2c09f34ba38b4282aee8d73fc7126011ccabcdfa Mon Sep 17 00:00:00 2001 From: hufangzhou Date: Wed, 6 Sep 2023 10:49:49 +0800 Subject: [PATCH] * Hide market field in market's research list. --- module/common/view/datatable.fix.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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?>
  • "); }