From 347883b7be588a65617452b2f60a9444747f5973 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 18 Oct 2017 10:39:36 +0200 Subject: [PATCH] Code comment --- htdocs/product/list.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/product/list.php b/htdocs/product/list.php index 07a9da3bdb0..c18935ec845 100644 --- a/htdocs/product/list.php +++ b/htdocs/product/list.php @@ -893,7 +893,7 @@ else print ''; if (! $i) $totalarray['nbfield']++; } - // Stock + // Stock real if (! empty($arrayfields['p.stock']['checked'])) { print ''; @@ -905,7 +905,7 @@ else print ''; if (! $i) $totalarray['nbfield']++; } - // Stock + // Stock virtual if (! empty($arrayfields['stock_virtual']['checked'])) { print '';