add comment
This commit is contained in:
parent
3f6187fe12
commit
f0f0b69d87
@ -937,6 +937,7 @@ else
|
|||||||
$object->client=-1;
|
$object->client=-1;
|
||||||
if (! empty($conf->global->THIRDPARTY_CUSTOMERPROSPECT_BY_DEFAULT)) { $object->client=3; }
|
if (! empty($conf->global->THIRDPARTY_CUSTOMERPROSPECT_BY_DEFAULT)) { $object->client=3; }
|
||||||
}
|
}
|
||||||
|
// Prospect / Customer
|
||||||
if (GETPOST("type")=='c') {
|
if (GETPOST("type")=='c') {
|
||||||
if (! empty($conf->global->THIRDPARTY_CUSTOMERTYPE_BY_DEFAULT)) {
|
if (! empty($conf->global->THIRDPARTY_CUSTOMERTYPE_BY_DEFAULT)) {
|
||||||
$object->client=$conf->global->THIRDPARTY_CUSTOMERTYPE_BY_DEFAULT;
|
$object->client=$conf->global->THIRDPARTY_CUSTOMERTYPE_BY_DEFAULT;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user