[Koha-devel] CVS: koha/C4/Circulation Circ2.pm,1.23,1.24

Finlay Thompson finlayt at users.sourceforge.net
Sun May 5 21:37:02 CEST 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, \@messages, 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, \@messages, 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 ----





More information about the Koha-devel mailing list