Would help if I sent this to the list, Sorry Galen.

I'll attach a new patch.  The lines that are failing there are from a
different patch of mine.  I'll have to watch out for that in the future.

On Mon, 2008-08-25 at 16:08 -0500, Galen Charlton wrote:
> 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

Attachment: 0001-If-itemnumber-is-sent-to-catalogue-moredetail.pl-use.patch
Description: application/mbox

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to