http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10363 --- Comment #56 from David Cook <dcook@prosentient.com.au> --- Comment on attachment 33860 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=33860 [SIGNED-OFF] Bug 10363 - There is no package for authorised values. Review of attachment 33860: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=10363&attachment=33860) ----------------------------------------------------------------- ::: Koha/AuthorisedValue.pm @@ +144,5 @@
+ + return $self->lib_opac() || $self->lib(); +} + +=head3 Koha::Objects->_resultset
Copy/paste error? ::: Koha/AuthorisedValues.pm @@ +22,5 @@
+use Carp; + +use Koha::Database; + +use Koha::Borrower;
Copy/paste error? @@ +28,5 @@
+use base qw(Koha::Objects); + +=head1 NAME + +Koha::Borrower - Koha Borrower Object class
Copy/paste error? @@ +68,5 @@
+} + +=head3 type + +=cut
Why do we need type() and object_class() methods? -- You are receiving this mail because: You are watching all bug changes.