Use better module id number

This commit is contained in:
Laurent Destailleur 2014-03-05 12:25:31 +01:00
parent e9b9491a35
commit 16a074a69b

View File

@ -43,7 +43,7 @@ class modProductBatch extends DolibarrModules
global $langs,$conf; global $langs,$conf;
$this->db = $db; $this->db = $db;
$this->numero = 150010; $this->numero = 39000;
$this->family = "products"; $this->family = "products";
$this->name = preg_replace('/^mod/i','',get_class($this)); $this->name = preg_replace('/^mod/i','',get_class($this));