From cbdad3c533e51361e1d84ca72ae8dcc6df16f82f Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Fri, 9 Jun 2006 16:19:14 +0000 Subject: [PATCH] Fix: ajout du nom de l'action pour l'envoi de la commande par mail --- mysql/migration/2.0.0-2.1.0.sql | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mysql/migration/2.0.0-2.1.0.sql b/mysql/migration/2.0.0-2.1.0.sql index ef7b55ef527..d50f7183fbc 100644 --- a/mysql/migration/2.0.0-2.1.0.sql +++ b/mysql/migration/2.0.0-2.1.0.sql @@ -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; \ No newline at end of file +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'); \ No newline at end of file