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 );