From b6895c7c1f751a4e10f81619307e733534a8c9e8 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 8 Jan 2016 17:23:25 +0100 Subject: [PATCH] Fix: a badge css was found into an array --- htdocs/expedition/shipment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/expedition/shipment.php b/htdocs/expedition/shipment.php index 2fd7bbb359a..54225b72312 100644 --- a/htdocs/expedition/shipment.php +++ b/htdocs/expedition/shipment.php @@ -578,7 +578,7 @@ if ($id > 0 || ! empty($ref)) } // Qty ordered - print '' . ($objp->qty!=1?''.$objp->qty.'':$objp->qty) . ''; + print '' . $objp->qty . ''; // Qty already shipped $qtyProdCom=$objp->qty;