Ajout champ isfacturable
This commit is contained in:
parent
ef3ce4e45e
commit
cbc714e14c
@ -33,6 +33,7 @@ create table llx_telephonie_facture (
|
|||||||
remise real,
|
remise real,
|
||||||
cout_vente_remise real,
|
cout_vente_remise real,
|
||||||
gain real,
|
gain real,
|
||||||
|
isfacturable enum('oui','non') DEFAULT 'oui',
|
||||||
fk_facture integer
|
fk_facture integer
|
||||||
|
|
||||||
)type=innodb;
|
)type=innodb;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user