Ajout champs facture pour indiquer si la commande est facture ou non
This commit is contained in:
parent
00402b08f0
commit
9f2cdb559a
@ -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)
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user