diff --git a/htdocs/includes/modules/modExpedition.class.php b/htdocs/includes/modules/modExpedition.class.php index e3affe9eecd..44d72a0018a 100644 --- a/htdocs/includes/modules/modExpedition.class.php +++ b/htdocs/includes/modules/modExpedition.class.php @@ -21,7 +21,8 @@ * */ -/** \defgroup expedition Module expedition +/** + \defgroup expedition Module expedition \brief Module pour gérer les expeditions de produits */ @@ -57,6 +58,7 @@ class modExpedition extends DolibarrModules $this->const_name = "MAIN_MODULE_EXPEDITION"; $this->const_config = MAIN_MODULE_EXPEDITION; $this->special = 0; + $this->picto = "sending"; // Dir $this->dirs = array(); diff --git a/htdocs/theme/dev/img/object_sending.png b/htdocs/theme/dev/img/object_sending.png new file mode 100644 index 00000000000..95cc4412111 Binary files /dev/null and b/htdocs/theme/dev/img/object_sending.png differ diff --git a/htdocs/theme/eldy/img/object_sending.png b/htdocs/theme/eldy/img/object_sending.png new file mode 100644 index 00000000000..95cc4412111 Binary files /dev/null and b/htdocs/theme/eldy/img/object_sending.png differ diff --git a/htdocs/theme/freelug/img/object_sending.png b/htdocs/theme/freelug/img/object_sending.png new file mode 100644 index 00000000000..95cc4412111 Binary files /dev/null and b/htdocs/theme/freelug/img/object_sending.png differ diff --git a/htdocs/theme/yellow/img/object_sending.png b/htdocs/theme/yellow/img/object_sending.png new file mode 100644 index 00000000000..95cc4412111 Binary files /dev/null and b/htdocs/theme/yellow/img/object_sending.png differ