Fix: Select prospect, customer or both
This commit is contained in:
parent
3d80a6ebfc
commit
e99b0dd96f
@ -1247,7 +1247,7 @@ if ($action == 'create')
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
print '<td colspan="2">';
|
print '<td colspan="2">';
|
||||||
print $form->select_company('','socid','s.client = 1',1);
|
print $form->select_company('','socid','s.client = 1 OR s.client = 2 OR s.client = 3',1);
|
||||||
print '</td>';
|
print '</td>';
|
||||||
}
|
}
|
||||||
print '</tr>'."\n";
|
print '</tr>'."\n";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user