svn commit: r564188 - /ofbiz/branches/release4.0/applications/order/webapp/ordermgr/order/orderReportContactMechs.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: r564188 - /ofbiz/branches/release4.0/applications/order/webapp/ordermgr/order/orderReportContactMechs.fo.ftl

jacopoc
Author: jacopoc
Date: Thu Aug  9 05:37:51 2007
New Revision: 564188

URL: http://svn.apache.org/viewvc?view=rev&rev=564188
Log:
Applied fix from rev. 564187.

Modified:
    ofbiz/branches/release4.0/applications/order/webapp/ordermgr/order/orderReportContactMechs.fo.ftl

Modified: ofbiz/branches/release4.0/applications/order/webapp/ordermgr/order/orderReportContactMechs.fo.ftl
URL: http://svn.apache.org/viewvc/ofbiz/branches/release4.0/applications/order/webapp/ordermgr/order/orderReportContactMechs.fo.ftl?view=diff&rev=564188&r1=564187&r2=564188
==============================================================================
--- ofbiz/branches/release4.0/applications/order/webapp/ordermgr/order/orderReportContactMechs.fo.ftl (original)
+++ ofbiz/branches/release4.0/applications/order/webapp/ordermgr/order/orderReportContactMechs.fo.ftl Thu Aug  9 05:37:51 2007
@@ -17,8 +17,9 @@
 under the License.
 -->
 <#escape x as x?xml>
+       <#if orderHeader.getString("orderTypeId") == "PURCHASE_ORDER" || orderContactMechValueMaps?has_content>
        <fo:table border-spacing="3pt">
-           <fo:table-column column-width="3.75in"/>
+          <fo:table-column column-width="3.75in"/>
           <fo:table-column column-width="3.75in"/>
           <fo:table-body>
             <fo:table-row>    <#-- this part could use some improvement -->
@@ -73,8 +74,8 @@
             </fo:table-row>
          </fo:table-body>
        </fo:table>
-
        <fo:block white-space-collapse="false"> </fo:block>
+       </#if>
 
        <fo:table border-spacing="3pt">
           <fo:table-column column-width="1.75in"/>