Type de bilan pour selection formule

This commit is contained in:
Michael RICOIS 2012-09-11 06:33:42 +00:00
parent 97d584adaa
commit f675492273

View File

@ -1314,7 +1314,7 @@ class Saisie extends WsScore
$tabFormules = array();
//Parcourir les formules
foreach ( $tabCtrl as $formule => $lib ) {
foreach ( $tabCtrl[$data->typeBilan] as $formule => $lib ) {
$posEgal = strpos($formule, '=');
$partLeft = substr($formule, 0, $posEgal);
preg_match_all('/([A-Z0-9]+|(\+|\-))/', $partLeft, $matches);