Update llx_product.sql

This commit is contained in:
ptibogxiv 2019-08-04 13:22:01 +02:00 committed by GitHub
parent c6ab092af1
commit f7134340e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,7 @@ create table llx_product
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,
capcity_units tinyint DEFAULT NULL,
capacity_units tinyint DEFAULT NULL,
weight float DEFAULT NULL,
weight_units tinyint DEFAULT NULL,
length float DEFAULT NULL,