diff --git a/htdocs/includes/modules/modBarcode.class.php b/htdocs/includes/modules/modBarcode.class.php index 153d973e917..d60432d85d2 100644 --- a/htdocs/includes/modules/modBarcode.class.php +++ b/htdocs/includes/modules/modBarcode.class.php @@ -63,7 +63,7 @@ class modBarcode extends DolibarrModules $this->const_name = "MAIN_MODULE_BARCODE"; $this->const_config = MAIN_MODULE_BARCODE; $this->special = 0; - $this->picto='product'; + $this->picto='barcode'; // Dir $this->dirs = array(); diff --git a/htdocs/theme/dev/img/object_barcode.png b/htdocs/theme/dev/img/object_barcode.png new file mode 100644 index 00000000000..d6f11504a0c Binary files /dev/null and b/htdocs/theme/dev/img/object_barcode.png differ diff --git a/htdocs/theme/dolibarr/img/object_barcode.png b/htdocs/theme/dolibarr/img/object_barcode.png new file mode 100644 index 00000000000..d6f11504a0c Binary files /dev/null and b/htdocs/theme/dolibarr/img/object_barcode.png differ diff --git a/htdocs/theme/eldy/img/object_barcode.png b/htdocs/theme/eldy/img/object_barcode.png new file mode 100644 index 00000000000..d6f11504a0c Binary files /dev/null and b/htdocs/theme/eldy/img/object_barcode.png differ diff --git a/htdocs/theme/freelug/img/object_barcode.png b/htdocs/theme/freelug/img/object_barcode.png new file mode 100644 index 00000000000..d6f11504a0c Binary files /dev/null and b/htdocs/theme/freelug/img/object_barcode.png differ diff --git a/htdocs/theme/yellow/img/object_barcode.png b/htdocs/theme/yellow/img/object_barcode.png new file mode 100644 index 00000000000..d6f11504a0c Binary files /dev/null and b/htdocs/theme/yellow/img/object_barcode.png differ