Saisie de bilan : Correction pour la création de nouveau bilan

This commit is contained in:
Michael RICOIS 2016-06-22 11:36:53 +02:00
parent cff02fad4b
commit dcfe78b3c3

View File

@ -52,7 +52,7 @@ span.poste input { width:50px; }
?>
</div>
<div id="saveMsg" style="text-align:center;width:100%;height:30px;clear:both;"></div>
<?php if ( $this->infos == 'NEW' ) {?>
<?php if ( $this->infos != 'NEW' ) {?>
<input type="hidden" name="originalDateCloture" value="<?=$this->dateCloture?>"/>
<input type="hidden" name="originalTypeBilan" value="<?=$this->typeBilan?>"/>
<?php }?>