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:42:52 UTC

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

Author: jacopoc
Date: Wed Jul  9 10:42:52 2014
New Revision: 1609089

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

Fixed bug reported in OFBIZ-5595 by nguyenthang: invoices status change was not working after the refactoring of the screen.


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:r1609087

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=1609089&r1=1609088&r2=1609089&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:42:52 2014
@@ -78,7 +78,7 @@ function getInvoiceRunningTotal() {
 
 function setServiceName(selection) {
     if ( selection.value == 'massInvoicesToApprove' || selection.value == 'massInvoicesToReceive' || selection.value == 'massInvoicesToReady' || selection.value == 'massInvoicesToPaid' || selection.value == 'massInvoicesToWriteoff' || selection.value == 'massInvoicesToCancel') {
-        document.listPurchaseInvoices.action = jQuery('#invoiceStatusChange').value;
+        document.listPurchaseInvoices.action = 'massChangeInvoiceStatus';
     } else {
         document.listPurchaseInvoices.action = selection.value;
     }