Journaux par ordre alphabétique
This commit is contained in:
parent
a664176710
commit
32be21c71a
1 changed files with 1 additions and 1 deletions
|
|
@ -315,7 +315,7 @@ class User
|
|||
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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue