svn commit: r1609078 - in /ofbiz/branches/release12.04: ./ applications/accounting/webapp/ap/invoices/PurchaseInvoices.ftl

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1609078 - in /ofbiz/branches/release12.04: ./ applications/accounting/webapp/ap/invoices/PurchaseInvoices.ftl

jacopoc
Author: jacopoc
Date: Wed Jul  9 10:24:33 2014
New Revision: 1609078

URL: http://svn.apache.org/r1609078
Log:
Applied fix from trunk for revision: 1609076
===

Fixed broken and unnecessary column.


Modified:
    ofbiz/branches/release12.04/   (props changed)
    ofbiz/branches/release12.04/applications/accounting/webapp/ap/invoices/PurchaseInvoices.ftl

Propchange: ofbiz/branches/release12.04/
------------------------------------------------------------------------------
  Merged /ofbiz/trunk:r1609076

Modified: ofbiz/branches/release12.04/applications/accounting/webapp/ap/invoices/PurchaseInvoices.ftl
URL: http://svn.apache.org/viewvc/ofbiz/branches/release12.04/applications/accounting/webapp/ap/invoices/PurchaseInvoices.ftl?rev=1609078&r1=1609077&r2=1609078&view=diff
==============================================================================
--- ofbiz/branches/release12.04/applications/accounting/webapp/ap/invoices/PurchaseInvoices.ftl (original)
+++ ofbiz/branches/release12.04/applications/accounting/webapp/ap/invoices/PurchaseInvoices.ftl Wed Jul  9 10:24:33 2014
@@ -175,7 +175,6 @@ function runAction() {
       <#-- Header Begins -->
       <tr class="header-row-2">
         <td>${uiLabelMap.FormFieldTitle_invoiceId}</td>
-        <td>${uiLabelMap.FormFieldTitle_invoiceTypeId}</td>
         <td>${uiLabelMap.AccountingInvoiceDate}</td>
         <td>${uiLabelMap.AccountingDueDate}</td>
         <td>${uiLabelMap.CommonStatus}</td>
@@ -196,7 +195,6 @@ function runAction() {
           <#assign statusItem = invoice.getRelatedOneCache("StatusItem")>
           <tr valign="middle"<#if alt_row> class="alternate-row"</#if>>
             <td><a class="buttontext" href="<@ofbizUrl>invoiceOverview?invoiceId=${invoice.invoiceId}</@ofbizUrl>">${invoice.get("invoiceId")}</a></td>
-            <td>${invoice.invoiceTypeDesc?default(invoice.invoiceTypeId)}</td>
             <td><#if invoice.get("invoiceDate")?has_content>${invoice.get("invoiceDate")?date}</td></#if>
             <td><#if invoice.get("dueDate")?has_content>${invoice.get("dueDate")?date}</td></#if>
             <td>${statusItem.description?default(invoice.statusId)}</td>