Openbravo Issue Tracking System - Modules
View Issue Details
0051064ModulesAdvanced Warehouse Operationspublic2022-12-02 16:482023-01-30 11:30
adhwib 
Triage Omni WMS 
normalminoralways
newopen 
10
 
 
0051064: The label 'DOR:' cannot be translated
On AWO we have encountered an issue that on the created tasks :

the abreviation like "DOR" cannot be modified!
Log into AWO create a new Distribution Order

The new order will be added to the main interface screen

The label "DOR" will apperas on the newly created task
Enabling this label associated to AWO to be able to translate on BO via "Message or via " Refrence" or via "Element"
No tags attached.
png unnamed.png (62,639) 2022-12-02 16:48
https://issues.openbravo.com/file_download.php?file_id=17909&type=bug
png
Issue History
2022-12-02 16:48adhwibNew Issue
2022-12-02 16:48adhwibAssigned To => Retail
2022-12-02 16:48adhwibFile Added: unnamed.png
2022-12-02 16:48adhwibRegression level => QA functional test
2022-12-02 16:48adhwibRegression date => 2022-12-02
2022-12-02 16:48adhwibRegression introduced by commit => FASH
2022-12-02 16:48adhwibTriggers an Emergency Pack => No
2023-01-18 15:59guilleaerProjectPOS2 => Modules
2023-01-18 16:01guilleaerCategoryFashion => Advanced Warehouse Operations for Fashion
2023-01-30 10:49mtaalRegression date2022-12-02 =>
2023-01-30 10:49mtaalRegression introduced by commitFASH =>
2023-01-30 10:49mtaalRegression levelQA functional test =>
2023-01-30 10:49mtaalAssigned ToRetail => Triage Omni WMS
2023-01-30 10:49mtaalPriorityurgent => normal
2023-01-30 10:49mtaalCategoryAdvanced Warehouse Operations for Fashion => Advanced Warehouse Operations
2023-01-30 11:30vmromanosNote Added: 0146013
2023-01-30 11:30vmromanosSeveritycritical => minor

Notes
(0146013)
vmromanos   
2023-01-30 11:30   
Proposed solution:

see ReceiptOrIssueDistributionOrder_ITT, the problem seems to be the static when getting the message, that avoids to use the right language in each moment:
  protected static final String DISTRIBUTION_ORDER_ISSUE_KEY = OBMessageUtils
      .messageBD("OBDO_DistributionOrderIssueKey");
  protected static final String DISTRIBUTION_ORDER_RECEIPT_KEY = OBMessageUtils
      .messageBD("OBDO_DistributionOrderReceiptKey");