koha-cvs
[Top][All Lists]
Advanced

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

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


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha/C4 Accounts.pm,1.8,1.9
Date: Sat, 12 Oct 2002 22:50:42 -0700

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;




reply via email to

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