[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/circ circulation.pl,1.81.2.1,1.81.2.2
From: |
Owen Leonard |
Subject: |
[Koha-cvs] CVS: koha/circ circulation.pl,1.81.2.1,1.81.2.2 |
Date: |
Wed, 16 Feb 2005 14:24:04 -0800 |
Update of /cvsroot/koha/koha/circ
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2489/circ
Modified Files:
Tag: rel_2_2
circulation.pl
Log Message:
Adding 'flagged' variable to help control display in the template
Index: circulation.pl
===================================================================
RCS file: /cvsroot/koha/koha/circ/circulation.pl,v
retrieving revision 1.81.2.1
retrieving revision 1.81.2.2
diff -C2 -r1.81.2.1 -r1.81.2.2
*** circulation.pl 10 Feb 2005 17:27:11 -0000 1.81.2.1
--- circulation.pl 16 Feb 2005 22:23:52 -0000 1.81.2.2
***************
*** 330,333 ****
--- 330,334 ----
if ($flags->{$flag}->{'noissues'}) {
$template->param(
+ flagged => 1,
noissues => 'true',
);
***************
*** 357,360 ****
--- 358,362 ----
$template->param(
charges => 'true',
+ flagged => 1,
chargesmsg => $flags->{'CHARGES'}->{'message'}
);
***************
*** 369,372 ****
--- 371,375 ----
}
$template->param(
+ flagged => 1,
waiting => 'true',
waitingmsg => $flags->{'WAITING'}->{'message'},
***************
*** 377,380 ****
--- 380,384 ----
$template->param(
odues => 'true',
+ flagged => 1,
oduesmsg => $flags->{'ODUES'}->{'message'}
);
***************
*** 395,398 ****
--- 399,403 ----
$template->param(
notes => 'true',
+ flagged => 1,
notesmsg => $flags->{'NOTES'}->{'message'}
);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/circ circulation.pl,1.81.2.1,1.81.2.2,
Owen Leonard <=