Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0025402 | Openbravo ERP | 04. Warehouse management | public | 2013-12-26 13:44 | 2013-12-27 01:23 |
|
Reporter | VictorVillar | |
Assigned To | VictorVillar | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | 3.0MP31 | Fixed in Version | 3.0MP31 | |
Merge Request Status | |
Review Assigned To | ngarcia |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 25443 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0025402: It is not possible to validate a costing rule (same products in different lines error) |
Description | It is not possible to validate a costing rule (same products in different lines error). The checking is not completly correct |
Steps To Reproduce | It is not possible to validate a costing rule (same products in different lines error). The checking is not completly correct |
Proposed Solution | InventoryCountProcess.java --> method: runChecks //duplicated products
it is necessary to check the uom too, adding the following statement:
where.append(" and coalesce(icl." + InventoryCountLine.PROPERTY_UOM
+ ", '0') = coalesce(icl2." + InventoryCountLine.PROPERTY_UOM + ", '0')"); |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2013-12-26 13:44 | VictorVillar | New Issue | |
2013-12-26 13:44 | VictorVillar | Assigned To | => dmiguelez |
2013-12-26 13:44 | VictorVillar | Modules | => Core |
2013-12-26 13:44 | VictorVillar | OBNetwork customer | => Yes |
2013-12-26 13:44 | VictorVillar | Support ticket | => 25443 |
2013-12-26 13:44 | VictorVillar | Resolution time | => 1393974000 |
2013-12-26 13:44 | VictorVillar | Triggers an Emergency Pack | => No |
2013-12-26 13:45 | VictorVillar | Issue Monitored: networkb | |
2013-12-26 13:45 | VictorVillar | Assigned To | dmiguelez => VictorVillar |
2013-12-26 13:51 | hgbot | Checkin | |
2013-12-26 13:51 | hgbot | Note Added: 0063083 | |
2013-12-26 13:51 | hgbot | Status | new => resolved |
2013-12-26 13:51 | hgbot | Resolution | open => fixed |
2013-12-26 13:51 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/2cf255f462bf04bd1eb87b6c32c371ce67836a56 [^] |
2013-12-26 16:30 | ngarcia | Review Assigned To | => ngarcia |
2013-12-26 16:30 | ngarcia | Status | resolved => closed |
2013-12-26 16:30 | ngarcia | Fixed in Version | => 3.0MP31 |
2013-12-27 01:23 | hudsonbot | Checkin | |
2013-12-27 01:23 | hudsonbot | Note Added: 0063093 | |