Fix syntax error

This commit is contained in:
Laurent Destailleur 2018-06-23 17:11:19 +02:00
parent 3fa5649040
commit e9b4141dd9
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -3187,7 +3187,7 @@ ul.noborder li:nth-child(even):not(.liste_titre) {
background: #f8f8f8;
border: 1px solid #eee;
box-shadow: 1px 1px 6px #bbb;
box-shadow: 1px 1px 8px #ddd;
border-radius: 0px;
}
.boxstats, .boxstats130, .boxstatscontent {