From c7946cd386a047feb4eb00a4cfa106343b58debf Mon Sep 17 00:00:00 2001 From: sparkyx Date: Sat, 3 Nov 2007 14:13:50 +0000 Subject: [PATCH] Small bug --- include/class_fiche.php | 2 ++ 1 file changed, 2 insertions(+) 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 "
";