Fix: ajout du nom de l'action pour l'envoi de la commande par mail

This commit is contained in:
Regis Houssin 2006-06-09 16:19:14 +00:00
parent 728ecbf607
commit cbdad3c533

View File

@ -291,4 +291,6 @@ alter table llx_facture add column model_pdf varchar(50) after note_public;
update llx_societe_remise_except set description='Remise sans description' where description is NULL or description ='';
alter table llx_societe_remise_except modify description varchar(255) NOT NULL;
alter table llx_societe_remise_except modify description varchar(255) NOT NULL;
insert into llx_c_actioncomm (id, code, type, libelle) values ( 8, 'AC_COM', 'system', 'Envoi Commande');