mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-13 19:25:22 +01:00
Debug v20
This commit is contained in:
@@ -8036,6 +8036,8 @@ abstract class CommonObject
|
||||
$value = isset($param['options'][$value]) ? $param['options'][$value] : '';
|
||||
if (strpos($value, "|") !== false) {
|
||||
$value = $langs->trans(explode('|', $value)[0]);
|
||||
} elseif (! is_numeric($value)) {
|
||||
$value = $langs->trans($value);
|
||||
}
|
||||
} elseif ($type == 'sellist') {
|
||||
$param_list = array_keys($param['options']);
|
||||
|
||||
Reference in New Issue
Block a user