From c42b7b7b5d22924d7f0e8a8408e3cca231a5037f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 8 Sep 2010 08:08:23 +0000 Subject: [PATCH] Doc --- htdocs/install/mysql/tables/llx_product.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/install/mysql/tables/llx_product.sql b/htdocs/install/mysql/tables/llx_product.sql index ba1adc9f2c4..5c4aec5c390 100644 --- a/htdocs/install/mysql/tables/llx_product.sql +++ b/htdocs/install/mysql/tables/llx_product.sql @@ -45,7 +45,7 @@ create table llx_product fk_user_author integer, tosell tinyint DEFAULT 1, tobuy tinyint DEFAULT 1, - fk_product_type integer DEFAULT 0, -- Type 0 for regular product, 1 for service + fk_product_type integer DEFAULT 0, -- Type 0 for regular product, 1 for service, 9 for other (used by external module) duration varchar(6), seuil_stock_alerte integer DEFAULT 0, barcode varchar(255) DEFAULT NULL,