From c34e2ace5a940cb33e2b924d3819b3048d455d06 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 12 Mar 2003 16:59:33 +0000 Subject: [PATCH] Ajout de champs --- mysql/tables/llx_facture_fourn_det.sql | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mysql/tables/llx_facture_fourn_det.sql b/mysql/tables/llx_facture_fourn_det.sql index 9f617582809..964e6eefadb 100644 --- a/mysql/tables/llx_facture_fourn_det.sql +++ b/mysql/tables/llx_facture_fourn_det.sql @@ -26,7 +26,10 @@ create table llx_facture_fourn_det fk_product integer NULL, description text, pu_ht real default 0, + qty smallint default 1, + total_ht real default 0, tva_taux real default 0, - qty smallint default 1 + tva real default 0, + total_ttc real default 0 );