Lines 145-151
sub opac_description {
Link Here
|
145 |
return $self->lib_opac() || $self->lib(); |
145 |
return $self->lib_opac() || $self->lib(); |
146 |
} |
146 |
} |
147 |
|
147 |
|
148 |
=head3 Koha::Objects->_resultset |
148 |
=head3 Koha::Objects->_avb_resultset |
149 |
|
149 |
|
150 |
Returns the internal resultset or creates it if undefined |
150 |
Returns the internal resultset or creates it if undefined |
151 |
|
151 |
|
Lines 175-178
Kyle M Hall <kyle@bywatersolutions.com>
Link Here
|
175 |
=cut |
175 |
=cut |
176 |
|
176 |
|
177 |
1; |
177 |
1; |
178 |
## Please see file perltidy.ERR |
|
|