Update html.formcontract.class.php
This commit is contained in:
parent
4bebc8149b
commit
933a6a5ba3
@ -57,7 +57,7 @@ class FormContract
|
||||
global $db,$user,$conf,$langs;
|
||||
|
||||
$hideunselectables = false;
|
||||
if (! empty($conf->global->SELECT_HIDE_UNSELECTABLES)) $hideunselectables = true;
|
||||
if (! empty($conf->global->CONTRACT_HIDE_UNSELECTABLES)) $hideunselectables = true;
|
||||
|
||||
// Search all contacts
|
||||
$sql = 'SELECT c.rowid, c.ref, c.fk_soc, c.statut';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user