koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/C4 Accounts2.pm,1.17,1.18


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha/C4 Accounts2.pm,1.17,1.18
Date: Sat, 12 Oct 2002 22:51:00 -0700

Update of /cvsroot/koha/koha/C4
In directory usw-pr-cvs1:/tmp/cvs-serv17241

Modified Files:
        Accounts2.pm 
Log Message:
Added some FIXME comments.


Index: Accounts2.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Accounts2.pm,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** Accounts2.pm        10 Oct 2002 04:31:03 -0000      1.17
--- Accounts2.pm        13 Oct 2002 05:50:58 -0000      1.18
***************
*** 100,103 ****
--- 100,104 ----
          $newamtos = 0;
        $amountleft = $amountleft - $accdata->{'amountoutstanding'};
+                               # FIXME - -=
       }  else {
          $newamtos = $accdata->{'amountoutstanding'} - $amountleft;
***************
*** 376,379 ****
--- 377,381 ----
          $newamtos = 0;
        $amountleft = $amountleft - $accdata->{'amountoutstanding'};
+                               # FIXME - -=
       }  else {
          $newamtos = $accdata->{'amountoutstanding'} - $amountleft;
***************
*** 407,410 ****
--- 409,413 ----
          $newamtos = 0;
        $amountleft = $amountleft - $accdata->{'amountoutstanding'};
+                               # FIXME - -=
       }  else {
          $newamtos = $accdata->{'amountoutstanding'} - $amountleft;
***************
*** 459,462 ****
--- 462,466 ----
          $newamtos = 0;
        $amountleft = $amountleft - $accdata->{'amountoutstanding'};
+                               # FIXME - -=
       }  else {
          $newamtos = $accdata->{'amountoutstanding'} - $amountleft;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]