You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2014/07/30 11:07:58 UTC

svn commit: r1614590 - /ofbiz/trunk/applications/accounting/webapp/accounting/invoice/invoiceReportContactMechs.fo.ftl

Author: jleroux
Date: Wed Jul 30 09:07:57 2014
New Revision: 1614590

URL: http://svn.apache.org/r1614590
Log:
This is useful when you have more lines in the right header column. It then prevents an override from the header left column

Modified:
    ofbiz/trunk/applications/accounting/webapp/accounting/invoice/invoiceReportContactMechs.fo.ftl

Modified: ofbiz/trunk/applications/accounting/webapp/accounting/invoice/invoiceReportContactMechs.fo.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/webapp/accounting/invoice/invoiceReportContactMechs.fo.ftl?rev=1614590&r1=1614589&r2=1614590&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/webapp/accounting/invoice/invoiceReportContactMechs.fo.ftl (original)
+++ ofbiz/trunk/applications/accounting/webapp/accounting/invoice/invoiceReportContactMechs.fo.ftl Wed Jul 30 09:07:57 2014
@@ -22,6 +22,11 @@ under the License.
     <fo:table-body>
       <fo:table-row >
         <fo:table-cell>
+      <fo:block>_______________________________  </fo:block>
+      </fo:table-cell>
+    </fo:table-row>
+      <fo:table-row >
+        <fo:table-cell>
                <fo:block>${uiLabelMap.CommonTo}: </fo:block>
        <#if billingAddress?has_content>
         <#assign billToPartyNameResult = dispatcher.runSync("getPartyNameForDate", Static["org.ofbiz.base.util.UtilMisc"].toMap("partyId", billToParty.partyId, "compareDate", invoice.invoiceDate, "userLogin", userLogin))/>