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']);