From 3b3b0b40c5f30c05951d9a34950b1d56015ef5ed Mon Sep 17 00:00:00 2001 From: sparkyx Date: Sun, 11 Apr 2004 20:48:49 +0000 Subject: [PATCH] Fix order in balance --- html/print_balance.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/print_balance.php b/html/print_balance.php index b9887df29..953ee285b 100644 --- a/html/print_balance.php +++ b/html/print_balance.php @@ -55,7 +55,7 @@ $sql="select j_poste,sum(deb) as sum_deb, sum(cred) as sum_cred from from jrnx join tmp_pcmn on j_poste=pcm_val where $cent - j_tech_per in ( $per)) as m group by j_poste order by j_poste"; + j_tech_per in ( $per)) as m group by j_poste order by j_poste::text"; $Res=ExecSql($cn,$sql); if ( ( $M=pg_NumRows($Res)) == 0 ) {