Skip to content

Commit

Permalink
FIX : OppStatusShort doesn't exists
Browse files Browse the repository at this point in the history
  • Loading branch information
atm-gauthier committed Nov 7, 2018
1 parent 56a70ab commit 05a679a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/projet/list.php
Expand Up @@ -533,7 +533,7 @@
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']))
Expand Down

0 comments on commit 05a679a

Please sign in to comment.