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.66,1.67


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/circ circulation.pl,1.66,1.67
Date: Wed, 11 Feb 2004 00:42:04 -0800

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

Modified Files:
        circulation.pl 
Log Message:
synch'ing 2.0.0 branch (RC4 tag) and head

Index: circulation.pl
===================================================================
RCS file: /cvsroot/koha/koha/circ/circulation.pl,v
retrieving revision 1.66
retrieving revision 1.67
diff -C2 -r1.66 -r1.67
*** circulation.pl      26 Jan 2004 19:32:36 -0000      1.66
--- circulation.pl      11 Feb 2004 08:42:02 -0000      1.67
***************
*** 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]