Author: jacopoc
Date: Sun Nov 8 19:35:31 2009
New Revision: 833917
URL:
http://svn.apache.org/viewvc?rev=833917&view=revLog:
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>