2
0
forked from Wavyzz/dolibarr

Complete work on dol_banner on contracts

This commit is contained in:
Laurent Destailleur
2016-12-04 13:30:17 +01:00
parent 211436b436
commit 788cbf9a01
10 changed files with 97 additions and 92 deletions

View File

@@ -243,3 +243,6 @@ ALTER TABLE llx_expensereport ADD UNIQUE INDEX idx_expensereport_uk_ref (ref, en
UPDATE llx_projet_task SET ref = NULL WHERE ref = '';
ALTER TABLE llx_projet_task ADD UNIQUE INDEX uk_projet_task_ref (ref, entity);
ALTER TABLE llx_contrat ADD COLUMN fk_user_modif integer;

View File

@@ -38,6 +38,7 @@ create table llx_contrat
fk_commercial_signature integer, -- obsolete
fk_commercial_suivi integer, -- obsolete
fk_user_author integer NOT NULL default 0,
fk_user_modif integer,
fk_user_mise_en_service integer,
fk_user_cloture integer,
note_private text,