[Koha-patches] [PATCH 1/2] Rotating Collections

Galen Charlton gmcharlt at gmail.com
Tue Jan 26 23:15:05 CET 2010


Hi,

2010/1/19 Kyle M Hall <kyle.m.hall at gmail.com>:
> diff --git a/circ/returns.pl b/circ/returns.pl
> index 40eeed1..f4079ba 100755
> --- a/circ/returns.pl
> +++ b/circ/returns.pl
> @@ -43,6 +43,7 @@ use C4::Items;
>  use C4::Members;
>  use C4::Branch; # GetBranches GetBranchName
>  use C4::Koha;   # FIXME : is it still useful ?
> +use C4::RotatingCollections;
>
>  my $query = new CGI;

And?  I see code to add, modify, and delete such collections, but if
this is the entirety of the change to circ/returns.pl, I don't see
anything that cause any effect whatsoever when an item in a rotating
collection is returned.

Regards,

Galen
-- 
Galen Charlton
gmcharlt at gmail.com



More information about the Koha-patches mailing list