Ajout champs annul
This commit is contained in:
parent
a24fd894e8
commit
efd813ffe4
@ -28,6 +28,7 @@ create table llx_telephonie_commission_conso (
|
|||||||
fk_ligne integer NOT NULL,
|
fk_ligne integer NOT NULL,
|
||||||
pourcentage real,
|
pourcentage real,
|
||||||
montant real,
|
montant real,
|
||||||
|
annul tinyint DEFAULT 0 -- indique si les comm sont annulées
|
||||||
|
|
||||||
UNIQUE (date, fk_ligne)
|
UNIQUE (date, fk_ligne)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user