Browse Source

booking jogok fixes

szollosil 1 year ago
parent
commit
42bdc4b03f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      custom/booking/core/modules/modBooking.class.php

+ 1 - 1
custom/booking/core/modules/modBooking.class.php

@@ -45,7 +45,7 @@ class modBooking extends DolibarrModules
 
 
 		// Id for module (must be unique).
 		// Id for module (must be unique).
 		// Use here a free id (See in Home -> System information -> Dolibarr for list of used modules id).
 		// Use here a free id (See in Home -> System information -> Dolibarr for list of used modules id).
-		$this->numero = 500000; // TODO Go on page https://wiki.dolibarr.org/index.php/List_of_modules_id to reserve an id number for your module
+		$this->numero = 5009000; // TODO Go on page https://wiki.dolibarr.org/index.php/List_of_modules_id to reserve an id number for your module
 
 
 		// Key text used to identify module (for permissions, menus, etc...)
 		// Key text used to identify module (for permissions, menus, etc...)
 		$this->rights_class = 'booking';
 		$this->rights_class = 'booking';