FIX : OppStatusShort doesn't exists
This commit is contained in:
parent
56a70ab4e5
commit
05a679a10c
@ -533,7 +533,7 @@ if (! empty($arrayfields['p.public']['checked']))
|
||||
if (! empty($arrayfields['p.fk_opp_status']['checked']))
|
||||
{
|
||||
print '<td class="liste_titre nowrap center">';
|
||||
print $formproject->selectOpportunityStatus('search_opp_status', $search_opp_status, 1, 1, 1, 0, 'maxwidth100');
|
||||
print $formproject->selectOpportunityStatus('search_opp_status', $search_opp_status, 1, 0, 1, 0, 'maxwidth100');
|
||||
print '</td>';
|
||||
}
|
||||
if (! empty($arrayfields['p.opp_amount']['checked']))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user