From 5c1638227db597ad793d24dc30354e3fb6acdc05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A9lina?= Date: Wed, 1 Dec 2021 09:58:01 +0100 Subject: [PATCH] =?UTF-8?q?Correction=20description=20cat=C3=A9gorie?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/takepos/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/takepos/index.php b/htdocs/takepos/index.php index f86f710d169..47e36ec63ad 100644 --- a/htdocs/takepos/index.php +++ b/htdocs/takepos/index.php @@ -229,7 +229,7 @@ function PrintCategories(first) { $("#catdivdesc"+i).show(); global->TAKEPOS_SHOW_CATEGORY_DESCRIPTION == 1) { ?> - $("#catdesc"+i).html(categories[parseInt(i)+parseInt(first)]['label'].bold() + ' - ' + ['description']); + $("#catdesc"+i).html(categories[parseInt(i)+parseInt(first)]['label'].bold() + ' - ' + categories[parseInt(i)+parseInt(first)]['description']); $("#catdesc"+i).text(categories[parseInt(i)+parseInt(first)]['label']);