[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[3648] trunk/scripts/payment.pl



Revision: 3648
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3648&view=rev
Author:   einhverfr
Date:     2011-08-09 22:30:58 +0000 (Tue, 09 Aug 2011)

Log Message:
-----------
Noting parts of the Perl code that seem to be causing issues in the single payment interface

Modified Paths:
--------------
    trunk/scripts/payment.pl

Modified: trunk/scripts/payment.pl
===================================================================
--- trunk/scripts/payment.pl	2011-08-09 22:10:57 UTC (rev 3647)
+++ trunk/scripts/payment.pl	2011-08-09 22:30:58 UTC (rev 3648)
@@ -949,6 +949,8 @@
 # We need to compute the unhandled_overpayment, notice that all the values inside the if already have 
 # the exchangerate applied
        
+# XXX:  This causes issues currently, so display of unhandled overpayment has
+# disabled.  Was getting numbers that didn't make a lot of sense to me. --CT
       if ( $due_fx <  $request->{"topay_fx_$array_options[$ref]->{invoice_id}"}) {
          # We need to store all the overpayments so we can use it on the screen
          $unhandled_overpayment = $request->round_amount($unhandled_overpayment + $request->{"topay_fx_$array_options[$ref]->{invoice_id}"} - $due_fx );


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.