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

Michael Hafen mdhafen at tech.washk12.org
Wed Aug 27 16:46:43 CEST 2008


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 <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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-If-itemnumber-is-sent-to-catalogue-moredetail.pl-use.patch
Type: application/mbox
Size: 1654 bytes
Desc: not available
URL: </pipermail/koha-patches/attachments/20080827/a5ed424d/attachment-0002.bin>


More information about the Koha-patches mailing list