".htmlentities($msg['acquisition_rub'], ENT_QUOTES, $charset)." | ".htmlentities($msg['acquisition_rub_sol'], ENT_QUOTES, $charset)." |
---|---|
".htmlentities($row->lib_bud, ENT_QUOTES, $charset)." | "); if($row->type_budget) { $aff_glo = true; $mnt = $row->montant_global; $cal = budgets::calcEngagement($id_bud); if($cal > $mnt) $sol=0; else $sol = $mnt-$cal; $sol = number_format($sol, 2,'.','' ); if($cal > $mnt*($row->seuil_alerte/100)) $alert = true; else $alert = false; } else { $aff_glo = false; } print "|
".$sol." |