saisi bilan confidentiel peut avoir une valeur
This commit is contained in:
parent
4a384d6f79
commit
9eec98395b
@ -1361,7 +1361,8 @@ class SaisieController extends Zend_Controller_Action
|
|||||||
$params['dureeMoisPre'],
|
$params['dureeMoisPre'],
|
||||||
$params['typeBilan'],
|
$params['typeBilan'],
|
||||||
$params['postes'],
|
$params['postes'],
|
||||||
$params['step']
|
$params['step'],
|
||||||
|
$params['confidentiel']
|
||||||
);
|
);
|
||||||
|
|
||||||
$this->logger->info(print_r($response,1));
|
$this->logger->info(print_r($response,1));
|
||||||
|
@ -175,6 +175,7 @@ span.poste input { width:50px; }
|
|||||||
dateCloturePre: $('input#dateCloturePre').val(),
|
dateCloturePre: $('input#dateCloturePre').val(),
|
||||||
dureeMoisPre: $('span#dureeMoisPre').html(),
|
dureeMoisPre: $('span#dureeMoisPre').html(),
|
||||||
typeBilan: $('span#typeBilan').html(),
|
typeBilan: $('span#typeBilan').html(),
|
||||||
|
confidentiel: $('input#confidentiel').val(),
|
||||||
postes: strPostes
|
postes: strPostes
|
||||||
};
|
};
|
||||||
if (step=='debug') {
|
if (step=='debug') {
|
||||||
|
Loading…
Reference in New Issue
Block a user