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

hansbak-2
Author: hansbak
Date: Tue Jul 25 21:38:18 2006
New Revision: 425616

URL: http://svn.apache.org/viewvc?rev=425616&view=rev
Log:
fixed: if taxrate missing invoice did not display

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

Modified: incubator/ofbiz/trunk/applications/accounting/webapp/accounting/invoice/viewInvoice.fo.ftl
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/accounting/webapp/accounting/invoice/viewInvoice.fo.ftl?rev=425616&r1=425615&r2=425616&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/accounting/webapp/accounting/invoice/viewInvoice.fo.ftl (original)
+++ incubator/ofbiz/trunk/applications/accounting/webapp/accounting/invoice/viewInvoice.fo.ftl Tue Jul 25 21:38:18 2006
@@ -189,7 +189,7 @@
                     </#if>
                     <#if invoiceItem.description?has_content>
                         <#assign description=invoiceItem.description>
-                    <#elseif taxRate?exists & taxRate.get("description",locale)?has_content>
+                    <#elseif taxRate?has_content & taxRate.get("description",locale)?has_content>
                         <#assign description=taxRate.get("description",locale)>
                     <#elseif itemType.get("description",locale)?has_content>
                         <#assign description=itemType.get("description",locale)>