diff --git a/htdocs/install/mysql/tables/llx_product.sql b/htdocs/install/mysql/tables/llx_product.sql index b5df0ade60c..e34ae887ffc 100755 --- a/htdocs/install/mysql/tables/llx_product.sql +++ b/htdocs/install/mysql/tables/llx_product.sql @@ -58,11 +58,11 @@ create table llx_product duration varchar(6), seuil_stock_alerte integer DEFAULT 0, url varchar(255), - barcode varchar(255) DEFAULT NULL, - fk_barcode_type integer DEFAULT NULL, + barcode varchar(255) DEFAULT NULL, -- barcode + fk_barcode_type integer DEFAULT NULL, -- barcode type accountancy_code_sell varchar(32), -- Selling accountancy code accountancy_code_buy varchar(32), -- Buying accountancy code - partnumber varchar(32), -- Not used. Used by external modules. + partnumber varchar(32), -- Part/Serial number. TODO To use it into screen if not a duplicate of barcode. weight float DEFAULT NULL, weight_units tinyint DEFAULT NULL, length float DEFAULT NULL, diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 0ebc5c54799..48fb4262925 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -1157,7 +1157,7 @@ div.vmenu, td.vmenu { } .menu_contenu { - padding-top: 3px; + padding-top: 5px; padding-bottom: 2px; } #menu_contenu_logo { padding-right: 4px; }