[Koha-patches] [PATCH] If itemnumber is sent to catalogue/moredetail.pl use it

Galen Charlton galen.charlton at liblime.com
Mon Aug 25 23:08:15 CEST 2008


Hi Michael,

On Thu, Aug 21, 2008 at 5:29 PM, Michael Hafen <mdhafen at tech.washk12.org> wrote:
> If itemnumber is part of the url for catalogue/moredetail.pl put it to use.

This patch does not apply.  Please rebase and resubmit.

[snip]
>  my $data=GetBiblioData($biblionumber);
> @@ -89,6 +90,10 @@ foreach my $item (@items){
>        undef $item;
>        next;
>     }
> +    if ( $itemnumber && $itemnumber != $item->{'itemnumber'} ) {

In particular, this bit of context is not present in the public
version of moredetail.pl.

Regards,

Galen
-- 
Galen Charlton
VP, Research & Development, LibLime
galen.charlton at liblime.com
p: 1-888-564-2457 x709
skype: gmcharlt



More information about the Koha-patches mailing list