Browse Source

Make SimplePOS deprecated

Laurent Destailleur 4 years ago
parent
commit
20c3ebeb51
1 changed files with 1 additions and 1 deletions
  1. 1 1
      htdocs/core/modules/modCashDesk.class.php

+ 1 - 1
htdocs/core/modules/modCashDesk.class.php

@@ -51,7 +51,7 @@ class modCashDesk extends DolibarrModules
 		$this->name = preg_replace('/^mod/i', '', get_class($this));
 		$this->description = "CashDesk module";
 
-		$this->version = 'dolibarr';
+		$this->version = 'deprecated';
 
 		$this->const_name = 'MAIN_MODULE_'.strtoupper($this->name);
 		$this->picto = 'cash-register';