From 4d2e5ff5f2cc83916a56531ce2b5ec8e77910ff8 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sat, 21 Jun 2003 15:21:48 +0000 Subject: [PATCH] Ajout champs tva_tx et description --- mysql/tables/llx_propaldet.sql | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/mysql/tables/llx_propaldet.sql b/mysql/tables/llx_propaldet.sql index a9af9242401..664096f2151 100644 --- a/mysql/tables/llx_propaldet.sql +++ b/mysql/tables/llx_propaldet.sql @@ -1,8 +1,5 @@ -- =================================================================== --- Copyright (C) 2002 Rodolphe Quiedeville --- --- $Id$ --- $Source$ +-- Copyright (C) 2002-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 @@ -18,6 +15,8 @@ -- along with this program; if not, write to the Free Software -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- +-- $Id$ +-- $Source$ -- =================================================================== create table llx_propaldet @@ -25,6 +24,8 @@ create table llx_propaldet rowid integer AUTO_INCREMENT PRIMARY KEY, fk_propal integer, fk_product integer, + description text, qty smallint, price real + tva_tx real default 19.6 );