From 8352a9708cebe874ee14e05b34ae46ae5d56cf81 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 12 Mar 2003 18:14:32 +0000 Subject: [PATCH] Ajout champs total_ttc --- mysql/tables/llx_facture.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mysql/tables/llx_facture.sql b/mysql/tables/llx_facture.sql index fd5d958ee88..7e54d9c3dc9 100644 --- a/mysql/tables/llx_facture.sql +++ b/mysql/tables/llx_facture.sql @@ -1,5 +1,5 @@ -- =========================================================================== --- Copyright (C) 2001-2002 Rodolphe Quiedeville +-- Copyright (C) 2001-2003 Rodolphe Quiedeville -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by @@ -31,6 +31,7 @@ create table llx_facture remise real default 0, tva real default 0, total real default 0, + total_ttc real default 0, fk_statut smallint default 0 NOT NULL, author varchar(50), fk_user integer, -- createur de la facture