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 2014/07/09 12:23:23 UTC

svn commit: r1609077 - in /ofbiz/branches/release13.07: ./ applications/accounting/webapp/ap/invoices/PurchaseInvoices.ftl

Author: jacopoc
Date: Wed Jul  9 10:23:23 2014
New Revision: 1609077

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

Fixed broken and unnecessary column.


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

Propchange: ofbiz/branches/release13.07/
------------------------------------------------------------------------------
  Merged /ofbiz/trunk:r1609076

Modified: ofbiz/branches/release13.07/applications/accounting/webapp/ap/invoices/PurchaseInvoices.ftl
URL: http://svn.apache.org/viewvc/ofbiz/branches/release13.07/applications/accounting/webapp/ap/invoices/PurchaseInvoices.ftl?rev=1609077&r1=1609076&r2=1609077&view=diff
==============================================================================
--- ofbiz/branches/release13.07/applications/accounting/webapp/ap/invoices/PurchaseInvoices.ftl (original)
+++ ofbiz/branches/release13.07/applications/accounting/webapp/ap/invoices/PurchaseInvoices.ftl Wed Jul  9 10:23:23 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.getRelatedOne("StatusItem", true)>
           <tr valign="middle"<#if alt_row> class="alternate-row"</#if>>
             <td><a class="buttontext" href="<@o...@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>