From 186544903661196ec68ede6ea017b8c062511da4 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Sat, 16 Aug 2003 00:06:13 +0000 Subject: [PATCH] Fix problem in the order of GetDataPoste --- include/impress_inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/impress_inc.php b/include/impress_inc.php index b66479fd6..a218e6a25 100644 --- a/include/impress_inc.php +++ b/include/impress_inc.php @@ -235,7 +235,7 @@ function GetDataPoste($p_cn,$p_poste,$p_condition) " from jrnx left join jrn_def on jrn_def_id=j_jrn_def ". " left join jrn on jr_grpt_id=j_grpt". " where j_poste=".$p_poste." and ".$p_condition. - " order by j_date"); + " order by j_date::date"); $array=array(); $tot_cred=0; $tot_deb=0;