Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||||||
ID | ||||||||||||
0033122 | ||||||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
defect | [Retail Modules] Web POS | minor | have not tried | 2016-06-02 18:16 | 2016-06-02 18:16 | |||||||
Reporter | shuehner | View Status | public | |||||||||
Assigned To | Retail | |||||||||||
Priority | normal | Resolution | open | Fixed in Version | ||||||||
Status | new | Fix in branch | Fixed in SCM revision | |||||||||
Projection | none | ETA | none | Target Version | ||||||||
OS | Any | Database | Any | Java version | ||||||||
OS Version | Database version | Ant version | ||||||||||
Product Version | SCM revision | |||||||||||
Review Assigned To | ||||||||||||
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 | - | |||||||||||
Tags | No tags attached. | |||||||||||
Attached Files | ||||||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |
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 |
Copyright © 2000 - 2009 MantisBT Group |