[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-devel] CVS: koha/C4/Circulation Circ2.pm,1.23,1.24
From: |
Finlay Thompson |
Subject: |
[Koha-devel] CVS: koha/C4/Circulation Circ2.pm,1.23,1.24 |
Date: |
Sun May 5 21:37:02 2002 |
Update of /cvsroot/koha/koha/C4/Circulation
In directory usw-pr-cvs1:/tmp/cvs-serv26528/C4/Circulation
Modified Files:
Circ2.pm
Log Message:
Removed the "Item has been transfered" message from the returnbook2
subroutine.
Index: Circ2.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Circulation/Circ2.pm,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -r1.23 -r1.24
*** Circ2.pm 6 May 2002 04:30:37 -0000 1.23
--- Circ2.pm 6 May 2002 04:36:42 -0000 1.24
***************
*** 586,590 ****
my ($iteminformation) = getiteminformation($env, 0, $barcode);
if (not $iteminformation) {
! push(@messages, "<font color='red' size='+2'> There is no book with
barcode: $barcode </font>");
return (0, address@hidden, 0 ,0);
}
--- 586,590 ----
my ($iteminformation) = getiteminformation($env, 0, $barcode);
if (not $iteminformation) {
! push(@messages, "<font color='red' size='+2'> No item with barcode:
$barcode </font>");
return (0, address@hidden, 0 ,0);
}
***************
*** 610,616 ****
my $tbr = $env->{'branchcode'};
my ($transfered, $message, $item) = transferbook($tbr, $barcode);
- if ($transfered) {
- push(@messages, "Book: as been transfered.");
- }
if ($iteminformation->{'itemlost'}) {
--- 610,613 ----
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-devel] CVS: koha/C4/Circulation Circ2.pm,1.23,1.24,
Finlay Thompson <=