mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-05 17:18:13 +01:00
Fix ci
This commit is contained in:
@@ -7128,6 +7128,8 @@ function getTitleFieldOfList($name, $thead = 0, $file = "", $field = "", $begin
|
|||||||
$prefix .= 'right '; // For backward compatibility
|
$prefix .= 'right '; // For backward compatibility
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$tooltip = (string) $tooltip; // In case $tooltip is null
|
||||||
|
|
||||||
$sortorder = strtoupper((string) $sortorder);
|
$sortorder = strtoupper((string) $sortorder);
|
||||||
$out = '';
|
$out = '';
|
||||||
$sortimg = '';
|
$sortimg = '';
|
||||||
|
|||||||
Reference in New Issue
Block a user