dolibarr-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dolibarr-dev] Ajout champ code dans llx_actions_def


From: Eldy
Subject: [Dolibarr-dev] Ajout champ code dans llx_actions_def
Date: Sat, 16 Apr 2005 18:15:29 +0200
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)

Afin de permettre la traduction des notifications, j'ai ajouté un champ code sur la table llx_actions_def

Pour etre ok depuis une version 2.0.0alpha, il faut, soit repasser le script de migration (en ignorant les erreurs), soit passer les commandes suivantes:
alter table llx_action_def add code varchar(24) NOT NULL after rowid;
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';

--
Laurent Destailleur.
---------------------------------------------------------------
EMail: address@hidden
AWStats : http://awstats.sourceforge.net
Dolibarr : http//dolibarr.com
CVSChangeLogBuilder : http://cvschangelogb.sourceforge.net
AWBot : http://awbot.sourceforge.net






reply via email to

[Prev in Thread] Current Thread [Next in Thread]