Fix Bug in search by date
This commit is contained in:
parent
05b47211d4
commit
58ee6492eb
1 changed files with 2 additions and 2 deletions
|
|
@ -219,7 +219,7 @@ function ListJrn($p_cn,$p_jrn,$p_where="",$p_array=null)
|
|||
jr_montant,
|
||||
jr_comment,
|
||||
jr_ech,
|
||||
to_date(jr_date,'DD.MM.YYYY') as jr_date,
|
||||
to_char(jr_date,'DD.MM.YYYY') as jr_date,
|
||||
jr_grpt_id,
|
||||
jr_rapt,
|
||||
jr_internal,
|
||||
|
|
@ -243,7 +243,7 @@ function ListJrn($p_cn,$p_jrn,$p_where="",$p_array=null)
|
|||
jr_montant,
|
||||
jr_comment,
|
||||
jr_ech,
|
||||
to_date(jr_date,'DD.MM.YYYY') as jr_date,
|
||||
to_char(jr_date,'DD.MM.YYYY') as jr_date,
|
||||
jr_grpt_id,
|
||||
jr_rapt,
|
||||
jr_internal,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue