0000579: Ajouter une date de rappel dans GESTION
This commit is contained in:
parent
9d0270270b
commit
06ff965ed7
5 changed files with 130 additions and 64 deletions
|
|
@ -50,3 +50,8 @@ INSERT INTO profile_menu(
|
|||
me_code, me_code_dep, p_id, p_order, p_type_display, pm_default)
|
||||
VALUES ('BK', 'GESTION', 2, 4, 'E', 0);
|
||||
|
||||
update menu_ref set me_description='Grand livre analytique' where me_code='ANCGL';
|
||||
|
||||
alter table action_gestion add ag_remind_date date;
|
||||
|
||||
drop table jrn_action;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue