From 552a9498be8bd3538ce54e761dd004b3123c025d Mon Sep 17 00:00:00 2001 From: ptibogxiv Date: Tue, 8 Oct 2019 16:11:50 +0200 Subject: [PATCH] Update llx_product.sql --- htdocs/install/mysql/tables/llx_product.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/install/mysql/tables/llx_product.sql b/htdocs/install/mysql/tables/llx_product.sql index 1603ee52eff..f828c770089 100755 --- a/htdocs/install/mysql/tables/llx_product.sql +++ b/htdocs/install/mysql/tables/llx_product.sql @@ -69,8 +69,8 @@ create table llx_product accountancy_code_sell_export varchar(32), -- Selling accountancy code for vat export accountancy_code_buy varchar(32), -- Buying accountancy code partnumber varchar(32), -- Part/Serial number. TODO To use it into screen if not a duplicate of barcode. - capacity float DEFAULT NULL, - capacity_units tinyint DEFAULT NULL, + net_measure float DEFAULT NULL, + net_measure_units tinyint DEFAULT NULL, weight float DEFAULT NULL, weight_units tinyint DEFAULT NULL, length float DEFAULT NULL,