[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/C4/Circulation Circ2.pm,1.66,1.67
From: |
Paul POULAIN |
Subject: |
[Koha-cvs] CVS: koha/C4/Circulation Circ2.pm,1.66,1.67 |
Date: |
Wed, 11 Feb 2004 00:40:12 -0800 |
Update of /cvsroot/koha/koha/C4/Circulation
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23431/C4/Circulation
Modified Files:
Circ2.pm
Log Message:
synch'ing 2.0.0 branch and head
Index: Circ2.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Circulation/Circ2.pm,v
retrieving revision 1.66
retrieving revision 1.67
diff -C2 -r1.66 -r1.67
*** Circ2.pm 19 Dec 2003 14:44:46 -0000 1.66
--- Circ2.pm 11 Feb 2004 08:40:10 -0000 1.67
***************
*** 635,639 ****
$noissue=1;
} else {
! $rejected=-1;
last SWITCH;
}
--- 635,639 ----
$noissue=1;
} else {
! $rejected="Item on issue to this
borrower, and you have chosen not to renew";
last SWITCH;
}
***************
*** 669,673 ****
my $branches = getbranches();
my $branchname =
$branches->{$res->{'branchcode'}}->{'branchname'};
! if ($responses->{2} eq '') {
$questionnumber=2;
# FIXME - Assumes HTML
--- 669,673 ----
my $branches = getbranches();
my $branchname =
$branches->{$res->{'branchcode'}}->{'branchname'};
! if ($responses->{2} eq '' && $responses->{3} eq
'') {
$questionnumber=2;
# FIXME - Assumes HTML
***************
*** 676,680 ****
last SWITCH;
} elsif ($responses->{2} eq 'N') {
! $rejected=-1;
last SWITCH;
} else {
--- 676,680 ----
last SWITCH;
} elsif ($responses->{2} eq 'N') {
! $rejected="Issue cancelled";
last SWITCH;
} else {
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/C4/Circulation Circ2.pm,1.66,1.67,
Paul POULAIN <=
- Prev by Date:
[Koha-cvs] CVS: koha detailprint.pl,1.1,1.2 catalogue-home.pl,1.9,1.10 detail.pl,1.22,1.23 insertidata.pl,1.5,1.6 memberentry.pl,1.38,1.39 newmember.pl,1.18,1.19 search.pl,1.33,1.34 shelves.pl,1.12,1.13 thesaurus_popup.pl,1.14,1.15 release_notes_191.txt,1.1,NONE release_notes_192.txt,1.1,NONE release_notes_193.txt,1.1,NONE release_notes_200pre1.txt,1.2,NONE release_notes_200pre2.txt,1.2,NONE release_notes_200pre3.txt,1.1,NONE release_notes_200pre4.txt,1.1,NONE release_notes_200pre5.txt,1.1,NONE release_notes_200RC1.txt,1.4,NONE
- Next by Date:
[Koha-cvs] CVS: koha/acqui.simple addbiblio.pl,1.33,1.34 additem.pl,1.21,1.22
- Previous by thread:
[Koha-cvs] CVS: koha detailprint.pl,1.1,1.2 catalogue-home.pl,1.9,1.10 detail.pl,1.22,1.23 insertidata.pl,1.5,1.6 memberentry.pl,1.38,1.39 newmember.pl,1.18,1.19 search.pl,1.33,1.34 shelves.pl,1.12,1.13 thesaurus_popup.pl,1.14,1.15 release_notes_191.txt,1.1,NONE release_notes_192.txt,1.1,NONE release_notes_193.txt,1.1,NONE release_notes_200pre1.txt,1.2,NONE release_notes_200pre2.txt,1.2,NONE release_notes_200pre3.txt,1.1,NONE release_notes_200pre4.txt,1.1,NONE release_notes_200pre5.txt,1.1,NONE release_notes_200RC1.txt,1.4,NONE
- Next by thread:
[Koha-cvs] CVS: koha/acqui.simple addbiblio.pl,1.33,1.34 additem.pl,1.21,1.22
- Index(es):