Author: jleroux
Date: Mon Oct 20 17:25:38 2014
New Revision: 1633189

URL: http://svn.apache.org/r1633189
Log:
"Applied fix from trunk for revision: 1633188  " 
------------------------------------------------------------------------
r1633188 | jleroux | 2014-10-20 19:25:08 +0200 (lun. 20 oct. 2014) | 1 ligne

During their last bug crush the HMW missed those (related to OFBIZ-5783 and 
OFBIZ-4606)
------------------------------------------------------------------------


Modified:
    ofbiz/branches/release13.07/   (props changed)
    
ofbiz/branches/release13.07/applications/accounting/script/org/ofbiz/accounting/test/InvoicePerShipmentTests.xml

Propchange: ofbiz/branches/release13.07/
------------------------------------------------------------------------------
  Merged /ofbiz/trunk:r1633188

Modified: 
ofbiz/branches/release13.07/applications/accounting/script/org/ofbiz/accounting/test/InvoicePerShipmentTests.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/release13.07/applications/accounting/script/org/ofbiz/accounting/test/InvoicePerShipmentTests.xml?rev=1633189&r1=1633188&r2=1633189&view=diff
==============================================================================
--- 
ofbiz/branches/release13.07/applications/accounting/script/org/ofbiz/accounting/test/InvoicePerShipmentTests.xml
 (original)
+++ 
ofbiz/branches/release13.07/applications/accounting/script/org/ofbiz/accounting/test/InvoicePerShipmentTests.xml
 Mon Oct 20 17:25:38 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