From e99b0dd96f445cf3ea4fee13fb62720898bab616 Mon Sep 17 00:00:00 2001 From: eldy Date: Thu, 21 Feb 2013 21:11:21 +0100 Subject: [PATCH] Fix: Select prospect, customer or both --- htdocs/comm/propal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/comm/propal.php b/htdocs/comm/propal.php index 90c37aaaa6f..92e63c6fa67 100644 --- a/htdocs/comm/propal.php +++ b/htdocs/comm/propal.php @@ -1247,7 +1247,7 @@ if ($action == 'create') else { print ''; - 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 ''; } print ''."\n";