From 70122411eb148723f66ef0957d94cad35f1a7e29 Mon Sep 17 00:00:00 2001 From: VESSILLER Date: Tue, 21 Jan 2020 11:02:14 +0100 Subject: [PATCH] FIX label Volume in comment --- htdocs/product/list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/list.php b/htdocs/product/list.php index b7a49111ba0..9549d43673d 100644 --- a/htdocs/product/list.php +++ b/htdocs/product/list.php @@ -1118,7 +1118,7 @@ if ($resql) print ''; if (!$i) $totalarray['nbfield']++; } - // Surface units + // Volume units if (!empty($arrayfields['p.volume_units']['checked'])) { print ''; print measuringUnitString(0, 'volume', $product_static->volume_units);