[Koha-bugs] [Bug 10363] There is no package for authorised values.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Nov 25 09:12:24 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10363

--- Comment #59 from Jonathan Druart <jonathan.druart at biblibre.com> ---
(In reply to David Cook from comment #56)
> Comment on attachment 33860 [details] [review]
> [SIGNED-OFF] Bug 10363 - There is no package for authorised values.
> 
> Review of attachment 33860 [details] [review]:
> -----------------------------------------------------------------
> 
> ::: Koha/AuthorisedValue.pm
> @@ +144,5 @@
> > +
> > +    return $self->lib_opac() || $self->lib();
> > +}
> > +
> > +=head3 Koha::Objects->_resultset
> 
> Copy/paste error?

Fixed.

> ::: Koha/AuthorisedValues.pm
> @@ +22,5 @@
> > +use Carp;
> > +
> > +use Koha::Database;
> > +
> > +use Koha::Borrower;
> 
> Copy/paste error?

Fixed.

> @@ +28,5 @@
> > +use base qw(Koha::Objects);
> > +
> > +=head1 NAME
> > +
> > +Koha::Borrower - Koha Borrower Object class
> 
> Copy/paste error?

Already fixed in a previous patch.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list