Fix syntax error
This commit is contained in:
parent
eb88f1e5c9
commit
dbb90e80a3
@ -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>';
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user