details:   https://code.openbravo.com/erp/devel/pi/rev/066d746f200f
changeset: 16842:066d746f200f
user:      Eduardo Argal Guibert <eduardo.argal <at> openbravo.com>
date:      Thu Jun 14 13:16:38 2012 +0200
summary:   Fixes bug 20755

diffstat:

 
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/AddOrderOrInvoice.java
 |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (13 lines):

diff -r f210c7b28834 -r 066d746f200f 
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/AddOrderOrInvoice.java
--- 
a/modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/AddOrderOrInvoice.java
      Thu Jun 14 11:31:57 2012 +0200
+++ 
b/modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/AddOrderOrInvoice.java
      Thu Jun 14 13:16:38 2012 +0200
@@ -581,7 +581,8 @@
       
filteredScheduledPaymentDetails.removeAll(FIN_AddPayment.getOutstandingPSDs(psd));
     }
     FieldProvider[] data = FIN_AddPayment.getShownScheduledPaymentDetails(vars,
-        selectedScheduledPaymentDetails, filteredScheduledPaymentDetails, 
false, null);
+        selectedScheduledPaymentDetails, filteredScheduledPaymentDetails, 
false, null,
+        strSelectedPaymentDetails);
     for (FIN_PaymentScheduleDetail psd : storedScheduledPaymentDetails) {
       // Calculate pending amount
       BigDecimal outstandingAmount = BigDecimal.ZERO;

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to