2
0
forked from Wavyzz/dolibarr

Nouvelle version

This commit is contained in:
Rodolphe Quiedeville
2003-07-07 09:12:43 +00:00
parent a822d9ea2a
commit dd6ac8411c

View File

@@ -30,8 +30,10 @@ create table llx_action_def
rowid integer NOT NULL PRIMARY KEY, rowid integer NOT NULL PRIMARY KEY,
tms timestamp, tms timestamp,
titre varchar(255) NOT NULL, titre varchar(255) NOT NULL,
description text description text,
objet_type enum('ficheinter','facture','propale')
); );
insert into llx_action_def (rowid,titre,description) VALUES (1,'Validation fiche intervention','D<EFBFBD>clench<EFBFBD> lors de la validation d\'une fiche d\'intervention'); insert into llx_action_def (rowid,titre,description,objet_type) VALUES (1,'Validation fiche intervention','D<EFBFBD>clench<EFBFBD> lors de la validation d\'une fiche d\'intervention','ficheinter');
insert into llx_action_def (rowid,titre,description,objet_type) VALUES (2,'Cloture facture','D<EFBFBD>clench<EFBFBD> lors de la cloture d\'une fiche d\'intervention','facture');