Ajout champs facture pour indiquer si la commande est facture ou non

This commit is contained in:
Rodolphe Quiedeville 2003-11-09 15:00:37 +00:00
parent 00402b08f0
commit 9f2cdb559a

View File

@ -45,5 +45,6 @@ create table llx_commande
total_ttc real default 0,
note text,
model_pdf varchar(50),
facture tinyint default 0,
UNIQUE INDEX (ref)
);