koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/circ circulation.pl,1.72,1.73


From: Owen Leonard
Subject: [Koha-cvs] CVS: koha/circ circulation.pl,1.72,1.73
Date: Mon, 12 Jul 2004 13:44:51 -0700

Update of /cvsroot/koha/koha/circ
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12134/circ

Modified Files:
        circulation.pl 
Log Message:
Adding overduecount, issuecount, and finetotal variables to template

Index: circulation.pl
===================================================================
RCS file: /cvsroot/koha/koha/circ/circulation.pl,v
retrieving revision 1.72
retrieving revision 1.73
diff -C2 -r1.72 -r1.73
*** circulation.pl      17 Jun 2004 08:17:39 -0000      1.72
--- circulation.pl      12 Jul 2004 20:44:48 -0000      1.73
***************
*** 108,111 ****
--- 108,116 ----
  if ($borrowernumber) {
      $borrower = getpatroninformation(\%env,$borrowernumber,0);
+       
+               my ($od,$issue,$fines)=borrdata2(\%env,$borrowernumber);
+       $template->param(overduecount => $od,
+                                                       issuecount => $issue,
+                                                       finetotal => $fines);
  }
  




reply via email to

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