Ajout champ isfacturable

This commit is contained in:
Rodolphe Quiedeville 2005-03-10 12:02:15 +00:00
parent ef3ce4e45e
commit cbc714e14c

View File

@ -33,6 +33,7 @@ create table llx_telephonie_facture (
remise real,
cout_vente_remise real,
gain real,
isfacturable enum('oui','non') DEFAULT 'oui',
fk_facture integer
)type=innodb;