You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by as...@apache.org on 2016/06/09 09:10:13 UTC

svn commit: r1747515 - /ofbiz/trunk/applications/product/template/facility/PrintPickSheets.fo.ftl

Author: ashish
Date: Thu Jun  9 09:10:13 2016
New Revision: 1747515

URL: http://svn.apache.org/viewvc?rev=1747515&view=rev
Log:
Applied patch from jira issue - OFBIZ-7200 - Problem in Print Pick Sheet functionality.
Thanks Ravi for the contribution.

Modified:
    ofbiz/trunk/applications/product/template/facility/PrintPickSheets.fo.ftl

Modified: ofbiz/trunk/applications/product/template/facility/PrintPickSheets.fo.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/template/facility/PrintPickSheets.fo.ftl?rev=1747515&r1=1747514&r2=1747515&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/template/facility/PrintPickSheets.fo.ftl (original)
+++ ofbiz/trunk/applications/product/template/facility/PrintPickSheets.fo.ftl Thu Jun  9 09:10:13 2016
@@ -94,6 +94,8 @@ under the License.
                                                                                  <fo:block> ${billAddress.countryGeoId!}</fo:block>
                                                                                  <fo:block> ${billAddress.postalCode!}</fo:block>
                                                                                  <fo:block> ${billAddress.stateProvinceGeoId!}</fo:block>
+                                                                             <#else>
+                                                                                <fo:block></fo:block>
                                                                              </#if>
                                                                          </fo:table-cell>
                                                                      </fo:table-row>
@@ -114,7 +116,7 @@ under the License.
                                      <fo:table-column column-width="50pt"/>
                                      <fo:table-body>
                                           <fo:table-row>
-                                             <fo:table-cell></fo:table-cell>
+                                             <fo:table-cell><fo:block></fo:block></fo:table-cell>
                                              <fo:table-cell padding="2pt">
                                                  <fo:table table-layout="fixed" border-width="1pt" border-style="solid">
                                                      <fo:table-column column-width="150pt"/>