Author: mor
Date: Thu May 21 12:22:45 2009
New Revision: 777092
URL:
http://svn.apache.org/viewvc?rev=777092&view=revLog:
Fixed layout issue and property issue in Print Picksheets pdf. Patch from Ratnesh Upadhyay, part of OFBIZ-2505 (
https://issues.apache.org/jira/browse/OFBIZ-2505)
Modified:
ofbiz/trunk/applications/order/webapp/ordermgr/order/companyHeader.fo.ftl
ofbiz/trunk/applications/product/widget/facility/FacilityScreens.xml
Modified: ofbiz/trunk/applications/order/webapp/ordermgr/order/companyHeader.fo.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/order/companyHeader.fo.ftl?rev=777092&r1=777091&r2=777092&view=diff==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/order/companyHeader.fo.ftl (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/order/companyHeader.fo.ftl Thu May 21 12:22:45 2009
@@ -36,7 +36,7 @@
</#if>
<#if sendingPartyTaxId?exists || phone?exists || email?exists || website?exists || eftAccount?exists>
- <fo:list-block provisional-distance-between-starts="1in">
+ <fo:list-block provisional-distance-between-starts="">
<#if sendingPartyTaxId?exists>
<fo:list-item>
<fo:list-item-label>
Modified: ofbiz/trunk/applications/product/widget/facility/FacilityScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/facility/FacilityScreens.xml?rev=777092&r1=777091&r2=777092&view=diff==============================================================================
--- ofbiz/trunk/applications/product/widget/facility/FacilityScreens.xml (original)
+++ ofbiz/trunk/applications/product/widget/facility/FacilityScreens.xml Thu May 21 12:22:45 2009
@@ -1209,6 +1209,7 @@
<actions>
<property-map resource="OrderUiLabels" map-name="uiLabelMap" global="true"/>
<property-map resource="ProductUiLabels" map-name="uiLabelMap" global="true"/>
+ <property-map resource="CommonUiLabels" map-name="uiLabelMap" global="true"/>
<set field="facilityId" from-field="parameters.facilityId"/>
<service service-name="printPickSheets"/>
<script location="component://product/webapp/facility/WEB-INF/actions/shipment/PrintPickSheets.groovy"/>