|
N°
|
Date
|
N° op
|
n° pièce
|
Libellé
|
Montant
|
for ($i=0;$i%s',
$array[$i]['first']['jr_id'],$gDossier,$array[$i]['first']['jr_internal']);
$r.=td($detail);
$r.=td($array[$i]['first']['jr_pj_number']);
$r.=td($array[$i]['first']['jr_comment']);
$r.=td($array[$i]['first']['jr_montant']);
echo tr($r);
if ( isset($array[$i]['depend']) )
{
$limit=count($array[$i]['depend'])-1;
for ($e=0;$e%s',
$array[$i]['depend'][$e]['jr_id'],$gDossier,$array[$i]['depend'][$e]['jr_internal']);
$r.=td($detail);
$r.=td($array[$i]['depend'][$e]['jr_pj_number']);
$r.=td($array[$i]['depend'][$e]['jr_comment']);
$r.=td($array[$i]['depend'][$e]['jr_montant']);
if ( $e==$limit)
echo ''.$r.'
';
else
echo tr($r);
}
}
}
?>