Ajout champs fk_batch

This commit is contained in:
Rodolphe Quiedeville 2005-04-06 09:52:01 +00:00
parent 174ccf89f4
commit ab32719e95

View File

@ -35,7 +35,8 @@ create table llx_telephonie_facture (
cout_vente_remise real,
gain real,
isfacturable enum('oui','non') DEFAULT 'oui',
fk_facture integer
fk_facture integer,
fk_batch integer NOT NULL
)type=innodb;