http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10363
--- Comment #59 from Jonathan Druart <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
