Openbravo Issue Tracking System - POS2
View Issue Details
0056079POS2POSpublic2024-07-22 12:122024-08-06 16:13
sofia_rodriguez 
Rajesh_18 
highmajoralways
closedfixed 
5
 
24Q4 
No
0056079: "Selected Product" field not being translated
Translation it is not working for the field "Selected product" from the Return detail pop up.
1. Open POS
2. Create an order with more than 1 ud of a product and pay it
3. Open the previous order and return only one unit
4. Open the 1st order and click on verified returns
5. Click on the information image and the return detail pop up is displayed
diff --git a/web-jspack/org.openbravo.pos2/src/components/VerifiedReturns/VerifiedReturnsGrid/VerifiedReturnsInfoDialog/VerifiedReturnsInfoDialog.jsx b/web-jspack/org.openbravo.pos2/src/components/VerifiedReturns/VerifiedReturnsGrid/VerifiedReturnsInfoDialog/VerifiedReturnsInfoDialog.jsx
index 6f9855ffc..9e20dae86 100644
--- a/web-jspack/org.openbravo.pos2/src/components/VerifiedReturns/VerifiedReturnsGrid/VerifiedReturnsInfoDialog/VerifiedReturnsInfoDialog.jsx
+++ b/web-jspack/org.openbravo.pos2/src/components/VerifiedReturns/VerifiedReturnsGrid/VerifiedReturnsInfoDialog/VerifiedReturnsInfoDialog.jsx
@@ -91,7 +91,7 @@ const VerifiedReturnsInfoDialog = ({ row, testId }) => {
       >
         <div className="obpos2VerifiedReturnsInfoLayout">
           <div className="obpos2VerifiedReturnsInfoSelectedProduct">
- Selected Product
+ {getLabel('$OBPOS2_SelectedProduct')}
           </div>
           <div className="obpos2VerifiedReturnsInfoProductLayout">
             <div className="obpos2VerifiedReturnsInfoProduct">
No tags attached.
png Selected product_translation.png (137,304) 2024-07-22 12:12
https://issues.openbravo.com/file_download.php?file_id=20028&type=bug
png
Issue History
2024-07-22 12:12sofia_rodriguezNew Issue
2024-07-22 12:12sofia_rodriguezAssigned To => Retail
2024-07-22 12:12sofia_rodriguezFile Added: Selected product_translation.png
2024-07-22 12:12sofia_rodriguezTriggers an Emergency Pack => No
2024-07-22 12:16kchoperenaProposed Solution updated
2024-07-22 14:10guillermogilStatusnew => acknowledged
2024-07-22 15:06Rajesh_18Assigned ToRetail => Rajesh_18
2024-07-22 15:06Rajesh_18Statusacknowledged => scheduled
2024-07-24 07:04hgbotNote Added: 0167304
2024-08-06 16:13hgbotResolutionopen => fixed
2024-08-06 16:13hgbotStatusscheduled => closed
2024-08-06 16:13hgbotFixed in Version => 24Q4
2024-08-06 16:13hgbotNote Added: 0167768
2024-08-06 16:13hgbotNote Added: 0167769

Notes
(0167304)
hgbot   
2024-07-24 07:04   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/2818 [^]
(0167768)
hgbot   
2024-08-06 16:13   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 016b9c4f8b252dedfc5859e0cd4f9d105e4ddb55
Author: Rajesh Senthilkumar <rajesh.senthilkumar.ext@openbravo.com>
Date: 06-08-2024 14:13:44
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/016b9c4f8b252dedfc5859e0cd4f9d105e4ddb55 [^]

Fixed ISSUE-56079: Add Label for verified returns info dialog

---
M web-jspack/org.openbravo.pos2/src/components/VerifiedReturns/VerifiedReturnsGrid/VerifiedReturnsInfoDialog/VerifiedReturnsInfoDialog.jsx
---
(0167769)
hgbot   
2024-08-06 16:13   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/2818 [^]