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");