svn commit: r830521 - /ofbiz/trunk/applications/product/webapp/facility/facility/batchPrintShippingLabels.fo.ftl

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r830521 - /ofbiz/trunk/applications/product/webapp/facility/facility/batchPrintShippingLabels.fo.ftl

ashish-18
Author: ashish
Date: Wed Oct 28 13:11:36 2009
New Revision: 830521

URL: http://svn.apache.org/viewvc?rev=830521&view=rev
Log:
The generated label was not showing the complete image on the pdf. So increasing the height of page.
Thanks Awdesh for your contribution on this.

Modified:
    ofbiz/trunk/applications/product/webapp/facility/facility/batchPrintShippingLabels.fo.ftl

Modified: ofbiz/trunk/applications/product/webapp/facility/facility/batchPrintShippingLabels.fo.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/facility/batchPrintShippingLabels.fo.ftl?rev=830521&r1=830520&r2=830521&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/facility/facility/batchPrintShippingLabels.fo.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/facility/facility/batchPrintShippingLabels.fo.ftl Wed Oct 28 13:11:36 2009
@@ -27,7 +27,7 @@
     <fo:layout-master-set>
         <#-- these margins are arbitrary, please redefine as you see fit -->
         <fo:simple-page-master master-name="main-page"
-            page-width="17in" page-height="11in"
+            page-width="17in" page-height="20in"
             margin-top="1in" margin-bottom="1in"
             margin-left="1in" margin-right="1in">
           <fo:region-body margin-top="1in" margin-bottom="0.5in"/>  <#-- main body -->