mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
NEW - Add user right order generete doc
This commit is contained in:
@@ -139,9 +139,17 @@ class modCommande extends DolibarrModules
|
||||
$this->rights[$r][4] = 'order_advance';
|
||||
$this->rights[$r][5] = 'validate';
|
||||
|
||||
$r++;
|
||||
$this->rights[$r][0] = 85;
|
||||
$this->rights[$r][1] = 'Generate the documents sales orders';
|
||||
$this->rights[$r][2] = 'd';
|
||||
$this->rights[$r][3] = 0;
|
||||
$this->rights[$r][4] = 'order_advance';
|
||||
$this->rights[$r][5] = 'generetedoc';
|
||||
|
||||
$r++;
|
||||
$this->rights[$r][0] = 86;
|
||||
$this->rights[$r][1] = 'Send sale orders by email';
|
||||
$this->rights[$r][1] = 'Send sales orders by email';
|
||||
$this->rights[$r][2] = 'd';
|
||||
$this->rights[$r][3] = 0;
|
||||
$this->rights[$r][4] = 'order_advance';
|
||||
|
||||
Reference in New Issue
Block a user