From a12c0f6dbf79307b276028aea1e751e334ab4625 Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Sun, 8 May 2022 18:33:23 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/takepos/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/takepos/index.php b/htdocs/takepos/index.php index 88c39792636..9df54d1d64b 100644 --- a/htdocs/takepos/index.php +++ b/htdocs/takepos/index.php @@ -307,10 +307,10 @@ function LoadProducts(position, issubcat) { $("#prodivdesc"+ishow).show(); $("#prodesc"+ishow).html(val.label.bold() + ' - ' + val.description); - $("#probutton"+ishow).html(val.label); + $("#probutton"+ishow).html(val.label); $("#prodesc"+ishow).text(val.label); - $("#probutton"+ishow).text(val.label); + $("#probutton"+ishow).text(val.label); $("#probutton"+ishow).show(); $("#proprice"+ishow).attr("class", "hidden");