Ver Fonte

product list search fixes

szollosil há 1 ano atrás
pai
commit
9431cd3ad8
1 ficheiros alterados com 3 adições e 0 exclusões
  1. 3 0
      core/tpl/extrafields_list_search_sql.tpl.php

+ 3 - 0
core/tpl/extrafields_list_search_sql.tpl.php

@@ -68,6 +68,9 @@ if (!empty($extrafieldsobjectkey) && !empty($search_array_options) && is_array($
 			if($key == 'search_options_assigned_device'){
 				$mode_search = 3;
 			}
+			elseif($key == 'search_options_basic_service'){
+				$mode_search = 3;
+			}
 			if (is_array($crit)) {
 				$crit = implode(' ', $crit); // natural_search() expects a string
 				if ($key == 'search_options_to_email') {