From 83da58b85f4d5c33d82c259d5ebbd18c98eb3e33 Mon Sep 17 00:00:00 2001 From: andreubisquerra Date: Sat, 17 Apr 2021 01:17:48 +0200 Subject: [PATCH] Fix travis --- htdocs/core/modules/modTakePos.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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';