Add new options when render proc is active. Tiquet: #2503

This commit is contained in:
m-lopez-f 2015-07-29 08:50:09 +02:00
parent 44e064ca91
commit 1babc752dc

View File

@ -1221,9 +1221,9 @@ foreach ($result as $row) {
case 31: case 31:
if ( $row["datos"] >= 1 ) if ( $row["datos"] >= 1 )
$salida ='OK'; $salida = $config["render_proc_ok"];
else else
$salida = 'FAIL'; $salida = $config["render_proc_fail"];
break; break;
default: default:
$salida = format_numeric($row["datos"]); $salida = format_numeric($row["datos"]);