Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0034568 | Openbravo ERP | 04. Warehouse management | public | 2016-11-17 16:43 | 2016-12-16 18:38 |
|
Reporter | JONHM | |
Assigned To | Sanjota | |
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR17Q1 | |
Merge Request Status | |
Review Assigned To | aferraz |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0034568: inventoryCountProcesses is not implemented in InventoryCountProcess.java |
Description | inventoryCountProcesses is not implemented in InventoryCountProcess.java
Should be:
private Instance<InventoryCountProcessHook> inventoryCountProcesses;
instead of:
private Instance<InventoryCountCheckHook> inventoryCountProcesses; |
Steps To Reproduce | check out the attached patch |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0034567 | | closed | Triage Omni WMS | InventoryCountProcess does not support dependency injection |
|
Attached Files | patchCountProcess.diff (519) 2016-11-17 16:43 https://issues.openbravo.com/file_download.php?file_id=10065&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2016-11-17 16:43 | JONHM | New Issue | |
2016-11-17 16:43 | JONHM | Assigned To | => Triage Finance |
2016-11-17 16:43 | JONHM | File Added: patchCountProcess.diff | |
2016-11-17 16:43 | JONHM | Modules | => Core |
2016-11-17 16:43 | JONHM | Resolution time | => 1480546800 |
2016-11-17 16:43 | JONHM | Triggers an Emergency Pack | => No |
2016-11-17 16:44 | JONHM | Relationship added | related to 0034567 |
2016-11-18 09:42 | aferraz | Assigned To | Triage Finance => Sanjota |
2016-11-18 09:53 | Sanjota | Status | new => scheduled |
2016-11-18 10:06 | Sanjota | Note Added: 0091648 | |
2016-11-21 10:09 | hgbot | Checkin | |
2016-11-21 10:09 | hgbot | Note Added: 0091688 | |
2016-11-21 10:09 | hgbot | Status | scheduled => resolved |
2016-11-21 10:09 | hgbot | Resolution | open => fixed |
2016-11-21 10:09 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/3b6e5e8f3a2c7b5ef5d77544244930f93a42255f [^] |
2016-11-21 10:12 | aferraz | Review Assigned To | => aferraz |
2016-11-21 10:12 | aferraz | Note Added: 0091689 | |
2016-11-21 10:12 | aferraz | Status | resolved => closed |
2016-11-21 10:12 | aferraz | Fixed in Version | => 3.0PR17Q1 |
2016-12-16 18:38 | hudsonbot | Checkin | |
2016-12-16 18:38 | hudsonbot | Note Added: 0092645 | |
Notes |
|
|
Test plan:
inventoryCountProcesses was not implemented in InventoryCountProcess.java
So changed the
private Instance<InventoryCountCheckHook> inventoryCountProcesses;
line to
private Instance<InventoryCountProcessHook> inventoryCountProcesses; |
|
|
(0091688)
|
hgbot
|
2016-11-21 10:09
|
|
Repository: erp/devel/pi
Changeset: 3b6e5e8f3a2c7b5ef5d77544244930f93a42255f
Author: Sanjota <sanjota.nelagi <at> promantia.com>
Date: Fri Nov 18 14:28:32 2016 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/3b6e5e8f3a2c7b5ef5d77544244930f93a42255f [^]
Fixes issue 34568: Changed the implementation of InventoryCountProcess
inventoryCountProcesses was not implemented in InventoryCountProcess.java
So changed the implemmentation
---
M src/org/openbravo/materialmgmt/InventoryCountProcess.java
---
|
|
|
|
|
|
|
|