improve appearance

fix bug due can_request, add new action
This commit is contained in:
Dany De Bontridder 2011-11-15 23:20:54 +00:00
parent 125b577ef1
commit dec4acd6a5
26 changed files with 166 additions and 175 deletions

View file

@ -9,6 +9,7 @@ update PARAMETER set pr_value='N' where pr_id='MY_CHECK_PERIODE';
delete from action where ac_id not in (800,805,910);
insert into action (ac_id,ac_description, ac_module, ac_code) values(1020,'Effacer les documents du suivi','followup','RMDOC');
insert into action (ac_id,ac_description, ac_module, ac_code) values(1010,'Voir les documents du suivi','followup','VIEWDOC');
insert into action (ac_id,ac_description, ac_module, ac_code) values(1050,'Modifier le type de document','followup','PARCATDOC');
/*
script SQL to run
*/