Openbravo Issue Tracking System - Openbravo ERP | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0025090 | Openbravo ERP | 04. Warehouse management | public | 2013-11-05 23:48 | 2013-11-19 19:07 |
Reporter | VictorVillar | ||||
Assigned To | dmiguelez | ||||
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | 5 | OS Version | ||
Product Version | pi | ||||
Target Version | 3.0MP30 | Fixed in Version | 3.0MP30 | ||
Merge Request Status | |||||
Review Assigned To | jonalegriaesarte | ||||
OBNetwork customer | OBPS | ||||
Web browser | |||||
Modules | Core | ||||
Support ticket | 24348 | ||||
Regression level | |||||
Regression date | |||||
Regression introduced in release | |||||
Regression introduced by commit | |||||
Triggers an Emergency Pack | No | ||||
Summary | 0025090: Physical Inventory fails under some circumstancies | ||||
Description | Physical Inventory fails under some circumstancies. The problem is that when you have a product with some Attribute Set Value specified with a Use Attribute Set Value As field set to Specification, it is not possible to process the Physical Inventory containing this product, it always displays an error message "In line 10 the product has no attribute set". | ||||
Steps To Reproduce | The problem is that when you have a product with some Attribute Set Value specified with a Use Attribute Set Value As field set to Specification, it is not possible to process the Physical Inventory containing this product, it always displays an error message "In line 10 the product has no attribute set". | ||||
Proposed Solution | The problem seems to be fixed by modifying the file /src/org/openbravo/materialmgmt/InventoryCountProcess.java in the function runChecks around line number 226, from: where.append(" and coalesce(p." + Product.PROPERTY_ATTRIBUTESETVALUE + ", '-') <> 'F'"); to: where.append(" and coalesce(p." + Product.PROPERTY_USEATTRIBUTESETVALUEAS + ", '-') <> 'F'"); | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2013-11-05 23:48 | VictorVillar | New Issue | |||
2013-11-05 23:48 | VictorVillar | Assigned To | => dmiguelez | ||
2013-11-05 23:48 | VictorVillar | Modules | => Core | ||
2013-11-05 23:48 | VictorVillar | OBNetwork customer | => Yes | ||
2013-11-05 23:48 | VictorVillar | Support ticket | => 24348 | ||
2013-11-05 23:48 | VictorVillar | Resolution time | => 1386025200 | ||
2013-11-05 23:48 | VictorVillar | Triggers an Emergency Pack | => No | ||
2013-11-05 23:48 | VictorVillar | Issue Monitored: networkb | |||
2013-11-06 00:04 | hgbot | Checkin | |||
2013-11-06 00:04 | hgbot | Note Added: 0062033 | |||
2013-11-06 00:04 | hgbot | Status | new => resolved | ||
2013-11-06 00:04 | hgbot | Resolution | open => fixed | ||
2013-11-06 00:04 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/dd09c73c704e0adaab07a7e57bb8ad17709fcc3a [^] | ||
2013-11-06 11:23 | jonalegriaesarte | Review Assigned To | => jonalegriaesarte | ||
2013-11-06 11:23 | jonalegriaesarte | Note Added: 0062041 | |||
2013-11-06 11:23 | jonalegriaesarte | Status | resolved => closed | ||
2013-11-06 11:23 | jonalegriaesarte | Fixed in Version | => 3.0MP30 | ||
2013-11-19 19:07 | hudsonbot | Checkin | |||
2013-11-19 19:07 | hudsonbot | Note Added: 0062237 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|