Fix syntax error

This commit is contained in:
Laurent Destailleur 2018-06-23 12:57:41 +02:00
parent eb88f1e5c9
commit dbb90e80a3

View File

@ -395,7 +395,7 @@ if ($id > 0 || ! empty($ref))
}
print '<td align="right" colspan="2">';
print ($notdefined?'':($value['nb']> 1 ? $value['nb'].'x' : '');
if (is_numeric($pricesell)) print price($pricesell,'','',0,0,-1,$conf->currency));
if (is_numeric($pricesell)) print price($pricesell,'','',0,0,-1,$conf->currency);
else print $langs->trans($pricesell);
print '</td>';