details:   https://code.openbravo.com/erp/devel/pi/rev/3b6e5e8f3a2c
changeset: 30669:3b6e5e8f3a2c
user:      Sanjota <sanjota.nelagi <at> promantia.com>
date:      Fri Nov 18 14:28:32 2016 +0530
summary:   Fixes issue 34568: Changed the implementation of 
InventoryCountProcess

inventoryCountProcesses was not implemented in InventoryCountProcess.java
So changed the implemmentation

diffstat:

 src/org/openbravo/materialmgmt/InventoryCountProcess.java |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 6ed815b78c3f -r 3b6e5e8f3a2c 
src/org/openbravo/materialmgmt/InventoryCountProcess.java
--- a/src/org/openbravo/materialmgmt/InventoryCountProcess.java Thu Nov 17 
16:42:39 2016 +0100
+++ b/src/org/openbravo/materialmgmt/InventoryCountProcess.java Fri Nov 18 
14:28:32 2016 +0530
@@ -80,7 +80,7 @@
 
   @Inject
   @Any
-  private Instance<InventoryCountCheckHook> inventoryCountProcesses;
+  private Instance<InventoryCountProcessHook> inventoryCountProcesses;
 
   @Override
   public void execute(ProcessBundle bundle) throws Exception {

------------------------------------------------------------------------------
_______________________________________________
Openbravo-commits mailing list
Openbravo-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to