Update precommit

This commit is contained in:
Laurent Destailleur 2024-02-18 13:40:33 +01:00
parent fb54306a1e
commit ce367eb389

View File

@ -40,7 +40,7 @@ if (!defined('USE_CUSTOM_REPORT_AS_INCLUDE')) {
$objecttype = 'thirdparty';
}
$search_measures = GETPOST('search_measures', 'array');
$search_me asures = GETPOST('search_measures', 'array');
if (empty($search_measures)) {
$search_measures = array(0 => 't.count');
}