X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=circ%2Freturns.pl;h=93f36f213095d6eab7ada0e299244ba5f8dee3ac;hb=0c021eddb609e9593603179f7983ce2011d34ee0;hp=3a235e9848681e307950877d75111394a42498e1;hpb=9dca7096c89bef81c3a4cfb46df788e65818e86b;p=koha.git diff --git a/circ/returns.pl b/circ/returns.pl index 3a235e9848..93f36f2130 100755 --- a/circ/returns.pl +++ b/circ/returns.pl @@ -225,7 +225,7 @@ if ($barcode) { # fix up item type for display $biblio->{'itemtype'} = C4::Context->preference('item-level_itypes') ? $biblio->{'itype'} : $biblio->{'itemtype'}; - # Check if we should display a check in message, based on the the item + # Check if we should display a checkin message, based on the the item # type of the checked in item my $itemtype = C4::ItemType->get( $biblio->{'itemtype'} ); if ( $itemtype->{'checkinmsg'} ) {