Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0034568Openbravo ERP04. Warehouse managementpublic2016-11-17 16:432016-12-16 18:38
JONHM 
Sanjota 
highmajoralways
closedfixed 
5
 
3.0PR17Q1 
aferraz
Core
No
0034568: inventoryCountProcesses is not implemented in InventoryCountProcess.java
inventoryCountProcesses is not implemented in InventoryCountProcess.java
Should be:
  private Instance<InventoryCountProcessHook> inventoryCountProcesses;
instead of:
  private Instance<InventoryCountCheckHook> inventoryCountProcesses;
check out the attached patch
No tags attached.
related to defect 0034567 closed Triage Omni WMS InventoryCountProcess does not support dependency injection 
diff patchCountProcess.diff (519) 2016-11-17 16:43
https://issues.openbravo.com/file_download.php?file_id=10065&type=bug
Issue History
2016-11-17 16:43JONHMNew Issue
2016-11-17 16:43JONHMAssigned To => Triage Finance
2016-11-17 16:43JONHMFile Added: patchCountProcess.diff
2016-11-17 16:43JONHMModules => Core
2016-11-17 16:43JONHMResolution time => 1480546800
2016-11-17 16:43JONHMTriggers an Emergency Pack => No
2016-11-17 16:44JONHMRelationship addedrelated to 0034567
2016-11-18 09:42aferrazAssigned ToTriage Finance => Sanjota
2016-11-18 09:53SanjotaStatusnew => scheduled
2016-11-18 10:06SanjotaNote Added: 0091648
2016-11-21 10:09hgbotCheckin
2016-11-21 10:09hgbotNote Added: 0091688
2016-11-21 10:09hgbotStatusscheduled => resolved
2016-11-21 10:09hgbotResolutionopen => fixed
2016-11-21 10:09hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/3b6e5e8f3a2c7b5ef5d77544244930f93a42255f [^]
2016-11-21 10:12aferrazReview Assigned To => aferraz
2016-11-21 10:12aferrazNote Added: 0091689
2016-11-21 10:12aferrazStatusresolved => closed
2016-11-21 10:12aferrazFixed in Version => 3.0PR17Q1
2016-12-16 18:38hudsonbotCheckin
2016-12-16 18:38hudsonbotNote Added: 0092645

Notes
(0091648)
Sanjota   
2016-11-18 10:06   
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
---
(0091689)
aferraz   
2016-11-21 10:12   
Code review + Testing OK
(0092645)
hudsonbot   
2016-12-16 18:38   
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/dc8bf00badd0 [^]
Maturity status: Test