You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Adam Heath <do...@brainfood.com> on 2010/08/02 19:11:53 UTC

Re: svn commit: r980935 - /ofbiz/trunk/applications/product/script/org/ofbiz/shipment/issuance/IssuanceServices.xml

On 07/30/2010 03:10 PM, jleroux@apache.org wrote:
> Author: jleroux
> Date: Fri Jul 30 20:10:06 2010
> New Revision: 980935
>
> URL: http://svn.apache.org/viewvc?rev=980935&view=rev
> Log:
> Fix an old bug reported by James McGill on dev ML

Bad commit message.  What is the bug?

>
> Modified:
>      ofbiz/trunk/applications/product/script/org/ofbiz/shipment/issuance/IssuanceServices.xml
>
> Modified: ofbiz/trunk/applications/product/script/org/ofbiz/shipment/issuance/IssuanceServices.xml
> URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/script/org/ofbiz/shipment/issuance/IssuanceServices.xml?rev=980935&r1=980934&r2=980935&view=diff
> ==============================================================================
> --- ofbiz/trunk/applications/product/script/org/ofbiz/shipment/issuance/IssuanceServices.xml (original)
> +++ ofbiz/trunk/applications/product/script/org/ofbiz/shipment/issuance/IssuanceServices.xml Fri Jul 30 20:10:06 2010
> @@ -182,10 +182,10 @@ under the License.
>               </if-not-empty>
>               <if-compare value="0" operator="not-equals" field="qtyForShipmentItem" type="BigDecimal">
>                   <!-- add the qtyForShipmentItem to the shipmentItem -->
> -<set from-field="paremeters.quantity" field="originalQuantity"/>
> -<set from-field="qtyForShipmentItem" field="paremeters.quantity"/>
> +<set from-field="parameters.quantity" field="originalQuantity"/>
> +<set from-field="qtyForShipmentItem" field="parameters.quantity"/>
>                   <call-simple-method method-name="findCreateIssueShipmentItem"/>
> -<set from-field="originalQuantity" field="paremeters.quantity"/>
> +<set from-field="originalQuantity" field="parameters.quantity"/>
>               </if-compare>
>           <else>
>               <!-- decrement the orderShipment.quantity -->
>
>