souligne le n° interne dans rapprochement

This commit is contained in:
Dany De Bontridder 2011-12-12 19:43:10 +00:00
parent f694affe24
commit 5dcaf7bd6d

View file

@ -29,7 +29,7 @@ if ($aRap != null ) {
$remove=$rmReconciliation->input();
else
$remove='';
echo tr (td('<a href="javascript:void(0)" onclick="'.$str.'" >'.$internal.'</A>').td($amount).td($array_jr[0]['jr_comment']).td($remove));
echo tr (td('<a class="line" href="javascript:void(0)" onclick="'.$str.'" >'.$internal.'</A>').td($amount).td($array_jr[0]['jr_comment']).td($remove));
}
echo '</table>';
}