Author: jleroux
Date: Mon Oct 20 17:25:08 2014
New Revision: 1633188

URL: http://svn.apache.org/r1633188
Log:
During their last bug crush the HMW missed those (related to OFBIZ-5783 and 
OFBIZ-4606)

Modified:
    
ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/test/InvoicePerShipmentTests.xml

Modified: 
ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/test/InvoicePerShipmentTests.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/test/InvoicePerShipmentTests.xml?rev=1633188&r1=1633187&r2=1633188&view=diff
==============================================================================
--- 
ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/test/InvoicePerShipmentTests.xml
 (original)
+++ 
ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/test/InvoicePerShipmentTests.xml
 Mon Oct 20 17:25:08 2014
@@ -128,7 +128,6 @@ under the License.
         <set field="packInput.prdInfo._1" value="GZ-1000"/>
         <set field="packInput.iteInfo._1" value="00001"/>
         <set field="packInput.wgtInfo._1" value="0"/>
-        <set field="packInput.boxTypeInfo._1" value="FX10KGBOX"/>
         <set field="packInput.numPackagesInfo._1" value="1"/>
         <call-service service-name="packBulkItems" in-map-name="packInput">
             <result-to-field result-name="responseMessage"/>
@@ -255,7 +254,6 @@ under the License.
         <set field="packInput.prdInfo._1" value="GZ-1000"/>
         <set field="packInput.iteInfo._1" value="00001"/>
         <set field="packInput.wgtInfo._1" value="0"/>
-        <set field="packInput.boxTypeInfo._1" value="FX10KGBOX"/>
         <set field="packInput.numPackagesInfo._1" value="1"/>
         <call-service service-name="packBulkItems" in-map-name="packInput">
             <result-to-field result-name="responseMessage"/>
@@ -381,7 +379,6 @@ under the License.
         <set field="packInput.prdInfo._1" value="GZ-2644"/>
         <set field="packInput.iteInfo._1" value="00001"/>
         <set field="packInput.wgtInfo._1" value="0"/>
-        <set field="packInput.boxTypeInfo._1" value="FX10KGBOX"/>
         <set field="packInput.numPackagesInfo._1" value="1"/>
         <call-service service-name="packBulkItems" in-map-name="packInput">
             <result-to-field result-name="responseMessage"/>
@@ -507,7 +504,6 @@ under the License.
         <set field="packInput.prdInfo._1" value="GZ-2644"/>
         <set field="packInput.iteInfo._1" value="00001"/>
         <set field="packInput.wgtInfo._1" value="0"/>
-        <set field="packInput.boxTypeInfo._1" value="FX10KGBOX"/>
         <set field="packInput.numPackagesInfo._1" value="1"/>
         <call-service service-name="packBulkItems" in-map-name="packInput">
             <result-to-field result-name="responseMessage"/>


Reply via email to