diff --git a/include/class_fiche.php b/include/class_fiche.php index ad703408b..2f8b75291 100644 --- a/include/class_fiche.php +++ b/include/class_fiche.php @@ -899,6 +899,7 @@ class fiche { echo '
'. $submit->Submit('bt_other',"Autre poste"). + dossier::hidden(). $hid->IOValue("type","poste").$hid->IOValue('p_action','impress')."
"; echo '
'. @@ -907,6 +908,7 @@ class fiche { $hid->IOValue("type","poste"). $hid->IOValue('p_action','impress'). $hid->IOValue("f_id",$this->id). + dossier::hidden(). $hid->IOValue("from_periode",$_POST['from_periode']). $hid->IOValue("to_periode",$_POST['to_periode']); echo "
";