*** empty log message ***

This commit is contained in:
Rodolphe Quiedeville 2003-02-01 18:43:19 +00:00
parent 8106eccd46
commit 2c6eaf14dd
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,5 @@
--
-- Copyright (C) 2001-2002 Rodolphe Quiedeville <rodolphe@quiedeville.org>
-- Copyright (C) 2001-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
--
-- $Id$
-- $Source$
@ -73,6 +73,8 @@ drop table if exists llx_fa_pr;
drop table if exists llx_facture;
drop table if exists llx_facturedet;
drop table if exists llx_facture_fourn;
drop table if exists llx_fichinter;

View File

@ -24,7 +24,7 @@ create table llx_facturedet
rowid integer AUTO_INCREMENT PRIMARY KEY,
fk_facture integer NOT NULL,
fk_product integer,
desc text,
description text,
price real default 0,
qty smallint