diff --git a/mysql/tables/llx_facture.sql b/mysql/tables/llx_facture.sql index 301cfb6958c..336bf394e33 100644 --- a/mysql/tables/llx_facture.sql +++ b/mysql/tables/llx_facture.sql @@ -29,6 +29,7 @@ create table llx_facture paye smallint default 0 NOT NULL, amount real default 0 NOT NULL, remise real default 0, + remise_percent real default 0, tva real default 0, total real default 0, total_ttc real default 0,