Fix: a badge css was found into an array
This commit is contained in:
parent
87c236b534
commit
b6895c7c1f
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user