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.74,1.75


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/circ circulation.pl,1.74,1.75
Date: Wed, 15 Sep 2004 09:27:21 -0700

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

Modified Files:
        circulation.pl 
Log Message:
bugfix for manually fixed duedate on issue.

Index: circulation.pl
===================================================================
RCS file: /cvsroot/koha/koha/circ/circulation.pl,v
retrieving revision 1.74
retrieving revision 1.75
diff -C2 -r1.74 -r1.75
*** circulation.pl      18 Aug 2004 15:52:15 -0000      1.74
--- circulation.pl      15 Sep 2004 16:27:19 -0000      1.75
***************
*** 149,152 ****
--- 149,155 ----
                        $noquestion = 0;
                }
+               $template->param(day => $day,
+                                               month => $month,
+                                               year => $year);
                if ($noerror && ($noquestion || $issueconfirmed)) {
                        issuebook(\%env, $borrower, $barcode, $datedue);




reply via email to

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