Hi Michael,

On Thu, Aug 21, 2008 at 5:29 PM, Michael Hafen <[EMAIL PROTECTED]> 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
[EMAIL PROTECTED]
p: 1-888-564-2457 x709
skype: gmcharlt
_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to