Author: danydb
Date: 2011-11-04 22:23:17 +0100 (Fri, 04 Nov 2011)
New Revision: 4311

Modified:
   phpcompta/trunk/include/class_user.php
Log:

Journaux par ordre alphab?\195?\169tique

Modified: phpcompta/trunk/include/class_user.php
===================================================================
--- phpcompta/trunk/include/class_user.php      2011-11-04 10:28:24 UTC (rev 
4310)
+++ phpcompta/trunk/include/class_user.php      2011-11-04 21:23:17 UTC (rev 
4311)
@@ -315,7 +315,7 @@
                  jrn_type_id,jrn_desc,'W' as uj_priv
                  from jrn_def join jrn_type on jrn_def_type=jrn_type_id
                  $sql_type
-                 order by jrn_Def_id";
+                 order by jrn_Def_name";
                }
                $res = $this->db->exec_sql($sql);
                if (Database::num_row($res) == 0)


_______________________________________________
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev

Reply via email to