Update card.php
This commit is contained in:
parent
5a86f99890
commit
e93f1cc507
@ -1000,7 +1000,7 @@ if (is_object($objcanvas) && $objcanvas->displayCanvasExists($action)) {
|
|||||||
$object->client = 3;
|
$object->client = 3;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!empty($conf->global->SOCIETE_DISABLE_PROSPECTSCUSTOMERS)) {
|
if (!empty($conf->global->SOCIETE_DISABLE_PROSPECTSCUSTOMERS) && $object->client == 3) {
|
||||||
$object->client = 1;
|
$object->client = 1;
|
||||||
}
|
}
|
||||||
if (GETPOST("type", 'aZ') == 'p') {
|
if (GETPOST("type", 'aZ') == 'p') {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user