diff --git a/htdocs/core/modules/modTakePos.class.php b/htdocs/core/modules/modTakePos.class.php index 7a1384a2de5..84810e80a53 100644 --- a/htdocs/core/modules/modTakePos.class.php +++ b/htdocs/core/modules/modTakePos.class.php @@ -202,14 +202,14 @@ class modTakePos extends DolibarrModules $this->rights[$r][2] = 'a'; $this->rights[$r][3] = 0; $this->rights[$r][4] = 'run'; - + $r++; $this->rights[$r][0] = 50152; $this->rights[$r][1] = 'Edit sales lines'; $this->rights[$r][2] = 'a'; $this->rights[$r][3] = 0; $this->rights[$r][4] = 'editlines'; - + $r++; $this->rights[$r][0] = 50153; $this->rights[$r][1] = 'Edit ordered sales lines';