svn commit: r833917 - /ofbiz/trunk/applications/accounting/webapp/accounting/invoice/invoiceReportContactMechs.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: r833917 - /ofbiz/trunk/applications/accounting/webapp/accounting/invoice/invoiceReportContactMechs.fo.ftl

jacopoc
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>