From e264163ab67d63c45a212fad285cdce7696f26e2 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 17 Aug 2021 19:11:48 +0200 Subject: [PATCH] Fix phpcs --- htdocs/product/stock/product.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/stock/product.php b/htdocs/product/stock/product.php index 8ace2827ec8..0e4cf4b6a20 100644 --- a/htdocs/product/stock/product.php +++ b/htdocs/product/stock/product.php @@ -938,7 +938,7 @@ if (!$variants) { if ((!empty($conf->productbatch->enabled)) && $object->hasbatch()) { $colspan = 3; - print ''; + print ''; if (!empty($conf->use_javascript_ajax)) { print ''.img_picto('', 'folder-open', 'class="paddingright"').$langs->trans("ExpandAll").'   '; print ''.img_picto('', 'folder', 'class="paddingright"').$langs->trans("UndoExpandAll").'';