Ajout modification sur action_def manquante
This commit is contained in:
parent
9f97a3e9da
commit
d0964ea381
@ -211,6 +211,9 @@ create table llx_societe_commerciaux
|
|||||||
|
|
||||||
|
|
||||||
alter table llx_action_def add code varchar(24) NOT NULL after rowid;
|
alter table llx_action_def add code varchar(24) NOT NULL after rowid;
|
||||||
|
|
||||||
|
alter table llx_action_def modify objet_type enum('ficheinter','facture','propale','mailing') default NULL;
|
||||||
|
|
||||||
update llx_action_def set code='NOTIFY_VAL_FICHINTER' where titre='Validation fiche intervention';
|
update llx_action_def set code='NOTIFY_VAL_FICHINTER' where titre='Validation fiche intervention';
|
||||||
update llx_action_def set code='NOTIFY_VAL_FAC' where titre='Validation facture';
|
update llx_action_def set code='NOTIFY_VAL_FAC' where titre='Validation facture';
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user