Fix: a badge css was found into an array

This commit is contained in:
Laurent Destailleur 2016-01-08 17:23:25 +01:00
parent 87c236b534
commit b6895c7c1f

View File

@ -578,7 +578,7 @@ if ($id > 0 || ! empty($ref))
}
// Qty ordered
print '<td align="center">' . ($objp->qty!=1?'<span class="badge">'.$objp->qty.'</span>':$objp->qty) . '</td>';
print '<td align="center">' . $objp->qty . '</td>';
// Qty already shipped
$qtyProdCom=$objp->qty;