Author: apatel
Date: Mon Jul 9 15:04:49 2007
New Revision: 554772
URL:
http://svn.apache.org/viewvc?view=rev&rev=554772Log:
Renamed variables.
Modified:
ofbiz/trunk/specialpurpose/oagis/config/oagis.properties
ofbiz/trunk/specialpurpose/oagis/src/org/ofbiz/oagis/OagisInventoryServices.java
Modified: ofbiz/trunk/specialpurpose/oagis/config/oagis.properties
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/oagis/config/oagis.properties?view=diff&rev=554772&r1=554771&r2=554772==============================================================================
--- ofbiz/trunk/specialpurpose/oagis/config/oagis.properties (original)
+++ ofbiz/trunk/specialpurpose/oagis/config/oagis.properties Mon Jul 9 15:04:49 2007
@@ -27,8 +27,8 @@
Oagis.Template.ReceiveDelivery=component://oagis/widget/MessageInfoScreens.xml#ReceiveDelivery
Oagis.Template.ProcessShipment=component://oagis/widget/MessageInfoScreens.xml#ProcessShipment
-Oagis.Warehouse.facilityId=WebStoreWarehouse
-Oagis.Warehouse.locationId=
+Oagis.Warehouse.ReturnReceiptFacilityId=WebStoreWarehouse
+Oagis.Warehouse.ReturnReceiptLocationSeqId=
# Client Cert, etc settings
#auth.client.certificate.alias=testrpckey
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=554772&r1=554771&r2=554772==============================================================================
--- ofbiz/trunk/specialpurpose/oagis/src/org/ofbiz/oagis/OagisInventoryServices.java (original)
+++ ofbiz/trunk/specialpurpose/oagis/src/org/ofbiz/oagis/OagisInventoryServices.java Mon Jul 9 15:04:49 2007
@@ -612,8 +612,8 @@
cipCtx.put("statusId", "INV_ON_HOLD");
}
- String facilityId = UtilProperties.getPropertyValue("oagis.properties", "Oagis.Warehouse.facilityId");
- String locationSeqId = UtilProperties.getPropertyValue("oagis.properties", "Oagis.Warehouse.locationSeqId");
+ String facilityId = UtilProperties.getPropertyValue("oagis.properties", "Oagis.Warehouse.ReturnReceiptFacilityId");
+ String locationSeqId = UtilProperties.getPropertyValue("oagis.properties", "Oagis.Warehouse.ReturnReceiptLocationSeqId");
//prepare MAp for receiveInventoryProduct service
cipCtx.put("facilityId", facilityId);