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

Kyle Hall kyle.m.hall at gmail.com
Wed Jan 27 14:23:57 CET 2010


The template files are also missing from this patch. I'll do some
investigating and see what I can do.

Kyle

http://www.kylehall.info
Information Technology
Crawford County Federated Library System ( http://www.ccfls.org )




2010/1/26 Galen Charlton <gmcharlt at gmail.com>:
> 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