[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Dolibarr-cvs] dolibarr/mysql/migration 2.0.0-2.1.0.sql
From: |
Regis Houssin |
Subject: |
[Dolibarr-cvs] dolibarr/mysql/migration 2.0.0-2.1.0.sql |
Date: |
Fri, 09 Jun 2006 16:23:18 +0000 |
CVSROOT: /cvsroot/dolibarr
Module name: dolibarr
Changes by: Regis Houssin <hregis> 06/06/09 16:23:18
Modified files:
mysql/migration: 2.0.0-2.1.0.sql
Log message:
Fix: ajout du nom de l'action pour l'envoi de la commande par mail
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/dolibarr/mysql/migration/2.0.0-2.1.0.sql?cvsroot=dolibarr&r1=1.96&r2=1.97
Patches:
Index: 2.0.0-2.1.0.sql
===================================================================
RCS file: /cvsroot/dolibarr/dolibarr/mysql/migration/2.0.0-2.1.0.sql,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -b -r1.96 -r1.97
--- 2.0.0-2.1.0.sql 9 Jun 2006 16:19:14 -0000 1.96
+++ 2.0.0-2.1.0.sql 9 Jun 2006 16:23:18 -0000 1.97
@@ -1,4 +1,4 @@
--- $Revision: 1.96 $
+-- $Revision: 1.97 $
--
-- Attention à l ordre des requetes
-- ce fichier doit être chargé sur une version 2.0.0
@@ -294,3 +294,4 @@
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
+update llx_actioncomm set fk_action = '8' where fk_action = '3' and label =
'Envoi commande par mail'
\ No newline at end of file