Modif sortie ecran
This commit is contained in:
parent
955d481050
commit
a09230d339
@ -132,12 +132,15 @@ function GetPreselection_byRef($db, $host, $user_login, $user_passwd, $ids, $deb
|
|||||||
preg_match('/PreSelection_Statut="([\S]*)"/i', $line, $array);
|
preg_match('/PreSelection_Statut="([\S]*)"/i', $line, $array);
|
||||||
$ligne_presel = $array[1];
|
$ligne_presel = $array[1];
|
||||||
|
|
||||||
print "$i/$numcli ";
|
if ($ligne_service.$ligne_presel <> 'TRAITE_OK/TRAITE_OK')
|
||||||
print $ligne_numero." ";
|
{
|
||||||
print "$service_active/$presel_active ";
|
print "$i/$numcli ";
|
||||||
print substr($ligne_service.str_repeat(" ",20),0,20);
|
print $ligne_numero." ";
|
||||||
print substr($ligne_presel.str_repeat(" ",20),0,20);
|
print "$service_active/$presel_active ";
|
||||||
print "\n";
|
print substr($ligne_service.str_repeat(" ",20),0,20);
|
||||||
|
print substr($ligne_presel.str_repeat(" ",20),0,20);
|
||||||
|
print "\n";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (preg_match("/<Error .* \/>/",$line))
|
if (preg_match("/<Error .* \/>/",$line))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user