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.64.2.2,1.64.2.3


From: Owen Leonard
Subject: [Koha-cvs] CVS: koha/circ circulation.pl,1.64.2.2,1.64.2.3
Date: Wed, 28 Jan 2004 13:50:20 -0800

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

Modified Files:
      Tag: rel_2_0
        circulation.pl 
Log Message:
Fix for Bug 661. Set three variables for the template: gna, lost, and dbarred

Index: circulation.pl
===================================================================
RCS file: /cvsroot/koha/koha/circ/circulation.pl,v
retrieving revision 1.64.2.2
retrieving revision 1.64.2.3
diff -C2 -r1.64.2.2 -r1.64.2.3
*** circulation.pl      26 Jan 2004 19:29:17 -0000      1.64.2.2
--- circulation.pl      28 Jan 2004 21:50:17 -0000      1.64.2.3
***************
*** 410,413 ****
--- 410,428 ----
                        color => $color,
                         );
+               if ($flag eq 'GNA'){
+                       $template->param(
+                               gna => 'true'
+                               );
+                       }
+               if ($flag eq 'LOST'){
+                       $template->param(
+                               lost => 'true'
+                       );
+                       }
+               if ($flag eq 'DBARRED'){
+                       $template->param(
+                               dbarred => 'true'
+                       );
+                       }
                if ($flag eq 'CHARGES') {
                        $template->param(




reply via email to

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