433: amélioration Compta Analytique : montant vérifié
This commit is contained in:
parent
f450efe2e3
commit
ac4617223f
1 changed files with 3 additions and 2 deletions
|
|
@ -511,8 +511,9 @@ class Anc_Operation
|
|||
}
|
||||
|
||||
$result.="</table>";
|
||||
$result.=" Reste à imputer ".
|
||||
'<span style="info" id="'.$ctrl_remain.'">'.
|
||||
$style_remain=($remain==0)?'style="color:green"':' style="color:red"';
|
||||
$result.=" Reste à imputer = ".
|
||||
'<span class="remain" '.$style_remain.' id="'.$ctrl_remain.'">'.
|
||||
$remain.'</span>';
|
||||
|
||||
// add a button to add a row
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue