--- a/modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal/PaidReceiptLinesProperties.java	2023-05-19 10:55:02.874078000 +0200
+++ b/modules/org.openbravo.retail.posterminal/src/org/openbravo/retail/posterminal/PaidReceiptLinesProperties.java	2023-05-19 10:54:43.102102000 +0200
@@ -43,6 +43,7 @@
         }
         add(new HQLProperty("product.id", "id"));
         add(new HQLProperty("product.searchKey", "productSearchKey"));
+        add(new HQLProperty("product.characteristicDescription", "characteristicDescription"));
         add(new HQLProperty(trlName, "name"));
         add(new HQLProperty("product.uOM.id", "uOM"));
         add(new HQLProperty("ordLine.lineGrossAmount", "lineGrossAmount"));
--- a/modules/org.openbravo.retail.returns/web/org.openbravo.retail.returns/js/modalReturnLines.js	2023-05-19 10:52:55.494240000 +0200
+++ b/modules/org.openbravo.retail.returns/web/org.openbravo.retail.returns/js/modalReturnLines.js	2023-05-19 10:18:29.743434000 +0200
@@ -202,6 +202,7 @@
             kind: 'OB.UI.FormElement',
             name: 'formElementProductName',
             classes: 'obUiEditOrderLine-product-formElementProductName',
+            style: 'font-size: inherit;',
             coreElement: {
               kind: 'OB.UI.FormElement.Input',
               name: 'productName',
@@ -212,7 +213,18 @@
           },
           {
             name: 'attribute',
-            classes: 'obUiEditOrderLine-attribute'
+            classes: 'obUiEditOrderLine-attribute',
+            components: [
+			  {
+                classes: 'obUiEditOrderLine-product-attribute-line'
+              }
+			],
+			initComponents: function(){
+			  this.setStyle('font-size: 12px; color: gray; display: inherit;');
+			  if(this.owner.newAttribute.characteristicDescription){
+				this.setContent(this.owner.newAttribute.characteristicDescription);
+			  }
+			}
           },
           {
             name: 'productDiscounts',
@@ -420,7 +432,7 @@
             me.$.fullyReturned.show();
           }
           me.$.formElementProductName.coreElement.setValue(
-            me.newAttribute.name
+            me.newAttribute.productSearchKey + ' - ' + me.newAttribute.name
           );
           if (
             OB.MobileApp.model.hasPermission(
