Author: apatel
Date: Mon Jul 9 13:53:43 2007
New Revision: 554763
URL:
http://svn.apache.org/viewvc?view=rev&rev=554763Log:
Simple clean ups. Now facilityId and locationSeqId is read from properties file.
Modified:
ofbiz/trunk/specialpurpose/oagis/src/org/ofbiz/oagis/OagisInventoryServices.java
Modified: ofbiz/trunk/specialpurpose/oagis/src/org/ofbiz/oagis/OagisInventoryServices.java
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/oagis/src/org/ofbiz/oagis/OagisInventoryServices.java?view=diff&rev=554763&r1=554762&r2=554763==============================================================================
--- ofbiz/trunk/specialpurpose/oagis/src/org/ofbiz/oagis/OagisInventoryServices.java (original)
+++ ofbiz/trunk/specialpurpose/oagis/src/org/ofbiz/oagis/OagisInventoryServices.java Mon Jul 9 13:53:43 2007
@@ -613,7 +613,7 @@
}
String facilityId = UtilProperties.getPropertyValue("oagis.properties", "Oagis.Warehouse.facilityId");
- String locationSeqId = UtilProperties.getPropertyValue("oagis.properties", "Oagis.Warehouse.locationId");
+ String locationSeqId = UtilProperties.getPropertyValue("oagis.properties", "Oagis.Warehouse.locationSeqId");
//prepare MAp for receiveInventoryProduct service
cipCtx.put("facilityId", facilityId);