You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2009/11/08 20:35:31 UTC

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

Author: jacopoc
Date: Sun Nov  8 19:35:31 2009
New Revision: 833917

URL: http://svn.apache.org/viewvc?rev=833917&view=rev
Log:
Removed tax id field from postal address; the same field is already printed under the customer id in the top part of the invoice.

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=833917&r1=833916&r2=833917&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/webapp/accounting/invoice/invoiceReportContactMechs.fo.ftl (original)
+++ ofbiz/trunk/applications/accounting/webapp/accounting/invoice/invoiceReportContactMechs.fo.ftl Sun Nov  8 19:35:31 2009
@@ -37,9 +37,6 @@
     <#else>
         <fo:block>${uiLabelMap.AccountingNoGenBilAddressFound}${billingParty.partyId}</fo:block>
     </#if>
-    <#if billingPartyTaxId?has_content>
-        <fo:block>Tax ID: ${billingPartyTaxId}</fo:block>
-    </#if>
         </fo:table-cell>
     </fo:table-row>
   </fo:table-body>