2
0
forked from Wavyzz/dolibarr

Merge remote-tracking branch 'upstream/develop' into zapieruser

This commit is contained in:
Frédéric FRANCE
2020-10-30 08:17:53 +01:00
42 changed files with 100 additions and 82 deletions

View File

@@ -681,7 +681,7 @@ class User extends CommonObject
} else {
$wherefordel = "module='".$this->db->escape($allmodule)."'";
if (!empty($allperms)) {
$whereforadd .= " AND perms='".$this->db->escape($allperms)."'";
$wherefordel .= " AND perms='".$this->db->escape($allperms)."'";
}
}
}