mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 09:02:59 +01:00
Amlioration de la gestion des actions pour grer date de planification differente de date de realisation.
This commit is contained in:
@@ -27,6 +27,7 @@ create table llx_c_actioncomm
|
||||
code varchar(12) UNIQUE NOT NULL,
|
||||
type varchar(10) DEFAULT 'system' NOT NULL,
|
||||
libelle varchar(30) NOT NULL,
|
||||
module varchar(16) DEFAULT NULL,
|
||||
active tinyint DEFAULT 1 NOT NULL,
|
||||
todo tinyint
|
||||
)type=innodb;
|
||||
|
||||
Reference in New Issue
Block a user