Add new options when render proc is active. Tiquet: #2503
This commit is contained in:
parent
44e064ca91
commit
1babc752dc
|
@ -1221,9 +1221,9 @@ foreach ($result as $row) {
|
|||
case 31:
|
||||
|
||||
if ( $row["datos"] >= 1 )
|
||||
$salida ='OK';
|
||||
$salida = $config["render_proc_ok"];
|
||||
else
|
||||
$salida = 'FAIL';
|
||||
$salida = $config["render_proc_fail"];
|
||||
break;
|
||||
default:
|
||||
$salida = format_numeric($row["datos"]);
|
||||
|
|
Loading…
Reference in New Issue