Date d'echeance
This commit is contained in:
parent
7f2ca38ef0
commit
cd06562f0b
3 changed files with 3 additions and 3 deletions
|
|
@ -447,7 +447,7 @@ $sort_echeance="<th> <A class=\"mtitle\" HREF=\"?$url&o=ea\">$image_asc</A>Ech
|
|||
$sql="select jr_id ,
|
||||
jr_montant,
|
||||
jr_comment,
|
||||
jr_ech,
|
||||
to_char(jr_ech,'DD.MM.YYYY') as jr_ech,
|
||||
to_char(jr_date,'DD.MM.YYYY') as jr_date,
|
||||
jr_date as jr_date_order,
|
||||
jr_grpt_id,
|
||||
|
|
|
|||
|
|
@ -112,7 +112,7 @@ echo_debug('user_form_ach.php',__LINE__,"Enter FormAchInput($p_cn,$p_jrn,$p_peri
|
|||
$r.="</tr>";
|
||||
// Payment limit widget
|
||||
//--
|
||||
$Echeance=new widget("text");
|
||||
$Echeance=new widget("js_date");
|
||||
$Echeance->SetReadOnly($pview_only);
|
||||
$Echeance->table=1;
|
||||
$r.="<tr>";
|
||||
|
|
|
|||
|
|
@ -105,7 +105,7 @@ function FormVenInput($p_cn,$p_jrn,$p_periode,$p_array=null,$pview_only=true,$p_
|
|||
$r.="</tr>";
|
||||
// Payment limit
|
||||
//--
|
||||
$Echeance=new widget("text");
|
||||
$Echeance=new widget("js_date");
|
||||
$Echeance->SetReadOnly($pview_only);
|
||||
$Echeance->table=1;
|
||||
$Echeance->tabindex=2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue