CFGMENU let add new menu or modify them
This commit is contained in:
parent
e297a14336
commit
f4bb98135f
9 changed files with 247 additions and 27 deletions
|
|
@ -33,7 +33,7 @@ $ame_code_dep=$cn->make_array("
|
|||
UNION ALL
|
||||
select me_code,me_code||' '||me_menu||' '||coalesce(me_description,'') from menu_ref
|
||||
where
|
||||
me_code='EXTENSION'
|
||||
me_code='EXT'
|
||||
order by 1
|
||||
",1);
|
||||
$ame_code=$cn->make_array("
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue