[Koha-patches] [PATCH 22/78] catalogue/moredetail, removing & reindenting (not new_acq specific)

Michael Hafen mdhafen at tech.washk12.org
Thu May 28 19:41:33 CEST 2009


itemnumber is actually used in this file.  Please don't remove it, I
like having it here.  Thanks.

On Thu, 2009-05-28 at 18:32 +0200, paul.poulain at biblibre.com wrote:
> From: Paul Poulain <paul.poulain at biblibre.com>
> 
> ---
>  catalogue/moredetail.pl |   25 +++++++++++++------------
>  1 files changed, 13 insertions(+), 12 deletions(-)
> 
> diff --git a/catalogue/moredetail.pl b/catalogue/moredetail.pl
> index 6f62661..a057a1b 100755
> --- a/catalogue/moredetail.pl
> +++ b/catalogue/moredetail.pl
> @@ -50,8 +50,7 @@ my ($template, $loggedinuser, $cookie) = get_template_and_user({
>  
>  my $biblionumber=$query->param('biblionumber');
>  my $title=$query->param('title');
> -my $itemnumber=$query->param('itemnumber');
> -my $bi=$query->param('bi');
> +# my $bi=$query->param('bi');
>  # $bi = $biblionumber unless $bi;
>  my $data=GetBiblioData($biblionumber);
>  my $dewey = $data->{'dewey'};
>  
[snip]
-- 
Michael Hafen
Systems Analyst and Programmer
Washington County School District
Utah, USA

for Koha checkout
http://development.washk12.org/gitweb/
or
git://development.washk12.org/koha





More information about the Koha-patches mailing list