Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0025090 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] 04. Warehouse management | major | always | 2013-11-05 23:48 | 2013-11-19 19:07 | |||
Reporter | VictorVillar | View Status | public | |||||
Assigned To | dmiguelez | |||||||
Priority | urgent | Resolution | fixed | Fixed in Version | 3.0MP30 | |||
Status | closed | Fix in branch | Fixed in SCM revision | dd09c73c704e | ||||
Projection | none | ETA | none | Target Version | 3.0MP30 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | pi | SCM revision | ||||||
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'"); | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(0062033) hgbot (developer) 2013-11-06 00:04 |
Repository: erp/devel/pi Changeset: dd09c73c704e0adaab07a7e57bb8ad17709fcc3a Author: Victor Villar <victor.villar <at> openbravo.com> Date: Wed Nov 06 00:03:12 2013 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/dd09c73c704e0adaab07a7e57bb8ad17709fcc3a [^] Fixed issue 25090: Physical Inventory fails under some circumstancies --- M src/org/openbravo/materialmgmt/InventoryCountProcess.java --- |
(0062041) jonalegriaesarte (viewer) 2013-11-06 11:23 |
Closed working fine in customer side. |
(0062237) hudsonbot (viewer) 2013-11-19 19:07 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/ab71e0273dc1 [^] Maturity status: Test |
![]() |
|||
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 |
Copyright © 2000 - 2009 MantisBT Group |