Fixing style errors.
This commit is contained in:
parent
4b404909f6
commit
2067e90f14
@ -241,7 +241,7 @@ class Tickets extends DolibarrApi
|
|||||||
if (!$socid && DolibarrApiAccess::$user->socid) {
|
if (!$socid && DolibarrApiAccess::$user->socid) {
|
||||||
$socid = DolibarrApiAccess::$user->socid;
|
$socid = DolibarrApiAccess::$user->socid;
|
||||||
}
|
}
|
||||||
|
|
||||||
$search_sale = null;
|
$search_sale = null;
|
||||||
// If the internal user must only see his customers, force searching by him
|
// If the internal user must only see his customers, force searching by him
|
||||||
if (!DolibarrApiAccess::$user->rights->societe->client->voir && !$socid) {
|
if (!DolibarrApiAccess::$user->rights->societe->client->voir && !$socid) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user