Skip to content

Commit

Permalink
FIX : same on lines
Browse files Browse the repository at this point in the history
  • Loading branch information
atm-gauthier committed Nov 7, 2018
1 parent 05a679a commit 70826c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/projet/list.php
Expand Up @@ -742,7 +742,7 @@
if (! empty($arrayfields['p.fk_opp_status']['checked']))
{
print '<td class="center">';
if ($obj->opp_status_code) print $langs->trans("OppStatusShort".$obj->opp_status_code);
if ($obj->opp_status_code) print $langs->trans("OppStatus".$obj->opp_status_code);
print '</td>';
if (! $i) $totalarray['nbfield']++;
}
Expand Down

0 comments on commit 70826c3

Please sign in to comment.