Openbravo Issue Tracking System - Retail Modules | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0033122 | Retail Modules | Web POS | public | 2016-06-02 18:16 | 2016-06-02 18:16 |
Reporter | shuehner | ||||
Assigned To | Retail | ||||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | new | Resolution | open | ||
Platform | OS | 5 | OS Version | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Merge Request Status | |||||
Review Assigned To | |||||
OBNetwork customer | |||||
Support ticket | |||||
Regression level | |||||
Regression date | |||||
Regression introduced in release | |||||
Regression introduced by commit | |||||
Triggers an Emergency Pack | No | ||||
Summary | 0033122: OrderLoader has special code targeting MP13, MP14 of ERP, which should no longer be required today. | ||||
Description | OrderLoader.java has code to at runtime check presence of a core field to make it work with newer core having this mandatory field but without requiring this new core version. if (ModelProvider.getInstance().getEntity(FIN_PaymentSchedule.class) .hasProperty("origDueDate")) { // This property is checked and set this way to force compatibility with both MP13, MP14 // and // later releases of Openbravo. This property is mandatory and must be set. Check issue paymentSchedule.set("origDueDate", paymentSchedule.getDueDate()); } However from the comment that seems to be very old and should no longer be required today. Dependency of webpos should be checked and if it requires new enough core to be sure that this field exists this dynamic code should be replaced by simple. setOrigDueDate Note: There are 2 instances of this in OrderLoader | ||||
Steps To Reproduce | - | ||||
Proposed Solution | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2016-06-02 18:16 | shuehner | New Issue | |||
2016-06-02 18:16 | shuehner | Assigned To | => Retail | ||
2016-06-02 18:16 | shuehner | Triggers an Emergency Pack | => No |
There are no notes attached to this issue. |