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

Andrew Arensburger arensb at users.sourceforge.net
Sun Oct 13 07:51:00 CEST 2002


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;





More information about the Koha-cvs mailing list