Make SimplePOS deprecated

This commit is contained in:
Laurent Destailleur 2021-05-19 19:46:46 +02:00
parent f4ca37c133
commit 20c3ebeb51

View File

@ -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';