Fix syntax error
This commit is contained in:
parent
3fa5649040
commit
e9b4141dd9
@ -394,7 +394,7 @@ if ($id > 0 || ! empty($ref))
|
|||||||
$totalsell+=$totallinesell;
|
$totalsell+=$totallinesell;
|
||||||
}
|
}
|
||||||
print '<td align="right" colspan="2">';
|
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);
|
if (is_numeric($pricesell)) print price($pricesell,'','',0,0,-1,$conf->currency);
|
||||||
else print $langs->trans($pricesell);
|
else print $langs->trans($pricesell);
|
||||||
print '</td>';
|
print '</td>';
|
||||||
|
|||||||
@ -3187,7 +3187,7 @@ ul.noborder li:nth-child(even):not(.liste_titre) {
|
|||||||
|
|
||||||
background: #f8f8f8;
|
background: #f8f8f8;
|
||||||
border: 1px solid #eee;
|
border: 1px solid #eee;
|
||||||
box-shadow: 1px 1px 6px #bbb;
|
box-shadow: 1px 1px 8px #ddd;
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
}
|
}
|
||||||
.boxstats, .boxstats130, .boxstatscontent {
|
.boxstats, .boxstats130, .boxstatscontent {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user