diff --git a/mysql/tables/llx_commande.sql b/mysql/tables/llx_commande.sql index ab4f402e52d..3cb3c4a224d 100644 --- a/mysql/tables/llx_commande.sql +++ b/mysql/tables/llx_commande.sql @@ -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) );