From 16a074a69b8cb3e01ceffa205ab1349219eb5816 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 5 Mar 2014 12:25:31 +0100 Subject: [PATCH] Use better module id number --- htdocs/core/modules/modProductBatch.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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));