Openbravo Issue Tracking System - Retail Modules
View Issue Details
0045060Retail ModulesWeb POSpublic2020-09-15 09:142020-09-16 08:45
malsasua 
ranjith_qualiantech_com 
immediatemajoralways
closedfixed 
5
 
RR20Q3.1RR20Q3.1 
marvintm
Production - QA Approved
2020-05-25
RR20Q3
https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/8bed61464ba535201ed12d199bd0b0a35c538af9 [^]
No
0045060: Translations in POS are not working
The translations in the POS are not working when one language is selected in Client window.

when one language is selected in Client window, the POS always is translated to this language. It is not possible to change it
BO:
. go to Client window -> select language: Spanish_spain

POS
. do login -> the POS is displayed in Spanish
. go to menu -> user -> profile -> change language to english
>> POS is displayed in Spanish
No tags attached.
blocks defect 0045047 closed ranjith_qualiantech_com Translations in POS are not working 
Issue History
2020-09-16 07:27marvintmTypedefect => backport
2020-09-16 07:27marvintmTarget Version => RR20Q3.1
2020-09-16 07:49hgbotResolutionopen => fixed
2020-09-16 07:49hgbotStatusscheduled => resolved
2020-09-16 07:49hgbotFixed in Version => RR20Q3.1
2020-09-16 07:49hgbotNote Added: 0123085
2020-09-16 08:45marvintmReview Assigned To => marvintm
2020-09-16 08:45marvintmStatusresolved => closed

Notes
(0123085)
hgbot   
2020-09-16 07:49   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: c88a089b87842ac2c6736bebbc5553459019c4b3
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 2020-09-16T11:18:50+05:30
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/c88a089b87842ac2c6736bebbc5553459019c4b3 [^]

Fixed ISSUE-45060: Context Language should be used to get labels when POS logged in
* When login page is rendered, Terminal Client language should be used to get the labels
* When User logged in, User context language should be used to get the labels

---
M src/org/openbravo/retail/posterminal/LoginUtilsServlet.java
---