http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10363 --- Comment #59 from Jonathan Druart <jonathan.druart@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.