Fix Bug in search by date

This commit is contained in:
sparkyx 2004-04-06 22:13:43 +00:00
parent 05b47211d4
commit 58ee6492eb

View file

@ -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,