Author: apatel
Date: Wed Jul 25 19:19:37 2007
New Revision: 559672
URL:
http://svn.apache.org/viewvc?view=rev&rev=559672Log:
typo correction.
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=559672&r1=559671&r2=559672==============================================================================
--- ofbiz/trunk/specialpurpose/oagis/src/org/ofbiz/oagis/OagisInventoryServices.java (original)
+++ ofbiz/trunk/specialpurpose/oagis/src/org/ofbiz/oagis/OagisInventoryServices.java Wed Jul 25 19:19:37 2007
@@ -351,13 +351,13 @@
String confirmation = UtilXml.childElementValue(docSenderElement, "of:CONFIRMATION");
String authId = UtilXml.childElementValue(docSenderElement, "of:AUTHID");
- Element dataAreaElement = UtilXml.firstChildElement(receivePoElement, "n:DATAAREA");
- Element acknowledgeDeliveryElement = UtilXml.firstChildElement(dataAreaElement, "n:ACKNOWLEDGE_DELIVERY");
+ Element dataAreaElement = UtilXml.firstChildElement(receivePoElement, "ns:DATAAREA");
+ Element acknowledgeDeliveryElement = UtilXml.firstChildElement(dataAreaElement, "ns:ACKNOWLEDGE_DELIVERY");
String facilityId = UtilProperties.getPropertyValue("oagis.properties", "Oagis.Warehouse.PoReceiptFacilityId");
String productId = null;
// get RECEIPTLN elements from message
- List acknowledgeElementList = UtilXml.childElementList(acknowledgeDeliveryElement, "n:RECEIPTLN");
+ List acknowledgeElementList = UtilXml.childElementList(acknowledgeDeliveryElement, "ns:RECEIPTLN");
if (UtilValidate.isNotEmpty(acknowledgeElementList)) {
Iterator acknowledgeElementIter = acknowledgeElementList.iterator();
while (acknowledgeElementIter.hasNext()) {