diff --git a/htdocs/takepos/css/pos.css.php b/htdocs/takepos/css/pos.css.php
index ec21eea2d60..6f72fa6e7f2 100644
--- a/htdocs/takepos/css/pos.css.php
+++ b/htdocs/takepos/css/pos.css.php
@@ -554,6 +554,7 @@ div.description_content {
padding: 7px 4px 7px 4px;
margin: 8px;
margin-left: 4px;
+ border-radius: 3px;
}
.topnav-left a:hover, .topnav .login_block_other a:hover {
background-color: #ddd;
@@ -580,6 +581,14 @@ div#moreinfo, div#infowarehouse {
padding: 0 8px 0 8px;
}
+.basketselected {
+ font-weight: bold;
+ /* text-decoration: underline; */
+}
+.basketnotselected {
+ opacity: 0.8;
+}
+
.productprice {
position: absolute;
top: 5px;
diff --git a/htdocs/takepos/invoice.php b/htdocs/takepos/invoice.php
index 8712b350b03..83caf667db4 100644
--- a/htdocs/takepos/invoice.php
+++ b/htdocs/takepos/invoice.php
@@ -1177,12 +1177,12 @@ $( document ).ready(function() {
echo $obj->rowid;
echo '\\\'; Refresh();">';
if ($placeid == $obj->rowid) {
- echo "";
+ echo '';
+ } else {
+ echo '';
}
echo ''.dol_print_date($db->jdate($obj->datec), '%H:%M', 'tzuser');
- if ($placeid == $obj->rowid) {
- echo "";
- }
+ echo '';
echo '\');';
}
echo '$("#shoppingcart").append(\'