diff --git a/htdocs/core/modules/modProductBatch.class.php b/htdocs/core/modules/modProductBatch.class.php index 3a3e8e32d4f..03779f8d0ea 100644 --- a/htdocs/core/modules/modProductBatch.class.php +++ b/htdocs/core/modules/modProductBatch.class.php @@ -43,7 +43,7 @@ class modProductBatch extends DolibarrModules global $langs,$conf; $this->db = $db; - $this->numero = 150010; + $this->numero = 39000; $this->family = "products"; $this->name = preg_replace('/^mod/i','',get_class($this));