[Koha-cvs] CVS: koha/C4 Accounts.pm,1.8,1.9

Andrew Arensburger arensb at users.sourceforge.net
Sun Oct 13 07:50:42 CEST 2002


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

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


Index: Accounts.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Accounts.pm,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** Accounts.pm	10 Oct 2002 04:29:39 -0000	1.8
--- Accounts.pm	13 Oct 2002 05:50:40 -0000	1.9
***************
*** 134,137 ****
--- 134,138 ----
      if (length($title) > 15 ) {$title = substr($title,0,15);}
      $line= $line.$itemdata->{'barcode'}." $title ".$data->{'description'};
+ 				# FIXME - .=
      $line = fmtstr($env,$line,"L65")." ".fmtdec($env,$amount,"52");
      push @accountlines,$line;
***************
*** 174,177 ****
--- 175,179 ----
          $newamtos = 0;
  	$amountleft = $amountleft - $accdata->{'amountoutstanding'};
+ 				# FIXME - -=
       }  else {
          $newamtos = $accdata->{'amountoutstanding'} - $amountleft;





More information about the Koha-cvs mailing list