Author: jacopoc
Date: Wed Jul 9 10:42:27 2014
New Revision: 1609088
URL:
http://svn.apache.org/r1609088Log:
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/release13.07/ (props changed)
ofbiz/branches/release13.07/applications/accounting/webapp/ap/invoices/PurchaseInvoices.ftl
Propchange: ofbiz/branches/release13.07/
------------------------------------------------------------------------------
Merged /ofbiz/trunk:r1609087
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=1609088&r1=1609087&r2=1609088&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:42:27 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;
}