Author: mor
Date: Wed Jul 22 11:56:16 2009
New Revision: 796680

URL: http://svn.apache.org/viewvc?rev=796680&view=rev
Log:
Improvement in the pick ticket script to show details for gift order. 
Applied patch from Ratnesh Upadhyay, part of OFBIZ-2751 
(https://issues.apache.org/jira/browse/OFBIZ-2751)

Modified:
    
ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/PrintPickSheets.groovy

Modified: 
ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/PrintPickSheets.groovy
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/PrintPickSheets.groovy?rev=796680&r1=796679&r2=796680&view=diff
==============================================================================
--- 
ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/PrintPickSheets.groovy
 (original)
+++ 
ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/shipment/PrintPickSheets.groovy
 Wed Jul 22 11:56:16 2009
@@ -72,6 +72,8 @@
                             orderMap.carrierPartyId = 
orderItemShipGroup.carrierPartyId;
                             orderMap.shipGroupSeqId = 
orderItemShipGroup.shipGroupSeqId;
                             orderMap.carrierPartyId = 
orderItemShipGroup.carrierPartyId;
+                            orderMap.isGift = orderItemShipGroup.isGift;
+                            orderMap.giftMessage = 
orderItemShipGroup.giftMessage;
                         }
                         orderMap.shippingAddress = shippingAddress;
                         if (billingOrderContactMechs.size() > 0) {


Reply via email to