Ajout Compta Analytique
Ajout bouton popup pour la date Modif Recherche
This commit is contained in:
parent
033d90120d
commit
2d6f253dc1
76 changed files with 7527 additions and 125 deletions
|
|
@ -143,8 +143,8 @@ function FormFin($p_cn,$p_jrn,$p_periode,$p_submit,$p_array=null,$pview_only=tru
|
|||
// The date
|
||||
list ($l_date_start,$l_date_end)=GetPeriode($p_cn,$p_periode);
|
||||
$flag=(isset($e_date))?1:0;
|
||||
$e_date=( ! isset($e_date) ) ? substr($l_date_start,2,8):$e_date;
|
||||
|
||||
// $e_date=( ! isset($e_date) ) ? substr($l_date_start,2,8):$e_date;
|
||||
$e_date=( ! isset($e_date) ) ? $l_date_start:$e_date;
|
||||
// Comment
|
||||
$e_comment=(isset($e_comment))?$e_comment:"";
|
||||
|
||||
|
|
@ -174,7 +174,7 @@ function FormFin($p_cn,$p_jrn,$p_periode,$p_submit,$p_array=null,$pview_only=tru
|
|||
$r.="<FORM NAME=\"form_detail\" enctype=\"multipart/form-data\" ACTION=\"$href\" METHOD=\"POST\">";
|
||||
$r.=dossier::hidden();
|
||||
$r.='<TABLE>';
|
||||
$Date=new widget("text");
|
||||
$Date=new widget("js_date");
|
||||
$Date->SetReadOnly($pview_only);
|
||||
$Date->table=1;
|
||||
$r.="<tr>";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue