From 9ef1d5422ee3d673e5e3ba3b1274a5ac6017cd81 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 18 Mar 2025 14:07:04 +0100 Subject: [PATCH] Bug 39367: Manual changes --- C4/Acquisition.pm | 36 +- C4/Auth.pm | 55 +- C4/Auth_with_shibboleth.pm | 10 +- C4/Barcodes.pm | 163 +++--- C4/Barcodes/hbyymmincr.pm | 4 + C4/Creators/PDF.pm | 4 + C4/Creators/Template.pm | 10 +- C4/External/BakerTaylor.pm | 40 +- C4/Installer/PerlModules.pm | 10 +- C4/Labels/Label.pm | 10 +- C4/Linker/Default.pm | 4 + C4/Linker/FirstMatch.pm | 4 + C4/Linker/LastMatch.pm | 4 + C4/Output.pm | 10 +- C4/Patroncards/Lib.pm | 40 +- C4/SIP/ILS.pm | 4 + C4/SIP/ILS/Transaction/Checkin.pm | 4 + C4/Scrubber.pm | 13 +- C4/Search/History.pm | 10 +- Koha/Edifact/Line.pm | 514 +++++++----------- Koha/Edifact/Message.pm | 130 ++--- Koha/Edifact/Transport.pm | 30 +- Koha/Exception.pm | 2 + Koha/Patron/Files.pm | 2 +- Koha/Schema/Result/AccountCreditType.pm | 1 + Koha/Schema/Result/AccountDebitType.pm | 1 + Koha/Schema/Result/AccountOffset.pm | 1 + Koha/Schema/Result/Accountline.pm | 1 + Koha/Schema/Result/Aqbasket.pm | 1 + Koha/Schema/Result/Aqbasketgroup.pm | 1 + Koha/Schema/Result/Aqbookseller.pm | 1 + Koha/Schema/Result/AqbooksellerAlias.pm | 1 + Koha/Schema/Result/AqbooksellerInterface.pm | 1 + Koha/Schema/Result/AqbooksellerIssue.pm | 1 + Koha/Schema/Result/Aqbudget.pm | 1 + Koha/Schema/Result/Aqbudgetperiod.pm | 1 + Koha/Schema/Result/Aqcontact.pm | 1 + Koha/Schema/Result/Aqinvoice.pm | 1 + Koha/Schema/Result/AqinvoiceAdjustment.pm | 1 + Koha/Schema/Result/AqordersClaim.pm | 1 + Koha/Schema/Result/AuthHeader.pm | 1 + Koha/Schema/Result/AuthSubfieldStructure.pm | 1 + Koha/Schema/Result/AuthTagStructure.pm | 1 + Koha/Schema/Result/AuthType.pm | 1 + Koha/Schema/Result/BiblioMetadata.pm | 1 + Koha/Schema/Result/Borrower.pm | 1 + Koha/Schema/Result/BorrowerAttribute.pm | 1 + Koha/Schema/Result/BorrowerAttributeType.pm | 1 + Koha/Schema/Result/BorrowerDebarment.pm | 1 + .../Result/BorrowerMessagePreference.pm | 1 + .../BorrowerMessageTransportPreference.pm | 1 + Koha/Schema/Result/BorrowerModification.pm | 1 + Koha/Schema/Result/BorrowerRelationship.pm | 1 + Koha/Schema/Result/Branch.pm | 1 + Koha/Schema/Result/BranchTransferLimit.pm | 1 + Koha/Schema/Result/BranchesOverdrive.pm | 1 + Koha/Schema/Result/Branchtransfer.pm | 1 + Koha/Schema/Result/CheckoutRenewal.pm | 1 + Koha/Schema/Result/ClubEnrollment.pm | 1 + Koha/Schema/Result/ClubEnrollmentField.pm | 1 + Koha/Schema/Result/ClubField.pm | 1 + Koha/Schema/Result/ClubHold.pm | 1 + Koha/Schema/Result/ClubHoldsToPatronHold.pm | 1 + Koha/Schema/Result/ClubTemplate.pm | 1 + .../Result/ClubTemplateEnrollmentField.pm | 1 + Koha/Schema/Result/ClubTemplateField.pm | 1 + Koha/Schema/Result/CourseInstructor.pm | 1 + Koha/Schema/Result/CourseItem.pm | 1 + Koha/Schema/Result/CourseReserve.pm | 1 + Koha/Schema/Result/CurbsidePickupPolicy.pm | 1 + Koha/Schema/Result/Currency.pm | 1 + Koha/Schema/Result/DeletedbiblioMetadata.pm | 1 + Koha/Schema/Result/Deletedbiblioitem.pm | 1 + Koha/Schema/Result/Deletedborrower.pm | 1 + Koha/Schema/Result/Deleteditem.pm | 1 + Koha/Schema/Result/ErmAgreement.pm | 1 + Koha/Schema/Result/ErmAgreementLicense.pm | 1 + Koha/Schema/Result/ErmAgreementPeriod.pm | 1 + .../Schema/Result/ErmAgreementRelationship.pm | 1 + Koha/Schema/Result/ErmCounterFile.pm | 1 + Koha/Schema/Result/ErmCounterLog.pm | 1 + Koha/Schema/Result/ErmDefaultUsageReport.pm | 1 + Koha/Schema/Result/ErmDocument.pm | 1 + Koha/Schema/Result/ErmEholdingsPackage.pm | 1 + .../Result/ErmEholdingsPackagesAgreement.pm | 1 + Koha/Schema/Result/ErmEholdingsResource.pm | 1 + Koha/Schema/Result/ErmEholdingsTitle.pm | 1 + Koha/Schema/Result/ErmLicense.pm | 1 + Koha/Schema/Result/ErmUsageDataProvider.pm | 1 + Koha/Schema/Result/ErmUsageMus.pm | 1 + Koha/Schema/Result/ErmUsageTitle.pm | 1 + Koha/Schema/Result/ErmUsageYus.pm | 1 + Koha/Schema/Result/ErmUserRole.pm | 1 + Koha/Schema/Result/ExportFormat.pm | 1 + Koha/Schema/Result/HoldCancellationRequest.pm | 1 + Koha/Schema/Result/HouseboundProfile.pm | 1 + Koha/Schema/Result/HouseboundRole.pm | 1 + Koha/Schema/Result/HouseboundVisit.pm | 1 + Koha/Schema/Result/IdentityProvider.pm | 1 + Koha/Schema/Result/IdentityProviderDomain.pm | 1 + Koha/Schema/Result/Illcomment.pm | 3 +- Koha/Schema/Result/ImportAuth.pm | 1 + Koha/Schema/Result/ImportBiblio.pm | 1 + Koha/Schema/Result/ImportItem.pm | 1 + Koha/Schema/Result/ImportRecord.pm | 1 + Koha/Schema/Result/ImportRecordMatch.pm | 1 + Koha/Schema/Result/Issue.pm | 1 + Koha/Schema/Result/Item.pm | 1 + Koha/Schema/Result/ItemGroup.pm | 1 + Koha/Schema/Result/ItemGroupItem.pm | 1 + Koha/Schema/Result/Itemtype.pm | 1 + Koha/Schema/Result/Letter.pm | 1 + Koha/Schema/Result/LibraryGroup.pm | 1 + Koha/Schema/Result/LibraryHour.pm | 1 + Koha/Schema/Result/Linktracker.pm | 1 + Koha/Schema/Result/Message.pm | 1 + Koha/Schema/Result/MessageAttribute.pm | 1 + Koha/Schema/Result/MessageQueue.pm | 1 + Koha/Schema/Result/MessageTransport.pm | 1 + Koha/Schema/Result/MessageTransportType.pm | 1 + Koha/Schema/Result/NeedMergeAuthority.pm | 1 + Koha/Schema/Result/OaiServer.pm | 1 + Koha/Schema/Result/OauthAccessToken.pm | 1 + Koha/Schema/Result/OldIssue.pm | 1 + Koha/Schema/Result/OldReserve.pm | 1 + Koha/Schema/Result/Overduerule.pm | 1 + Koha/Schema/Result/PatronConsent.pm | 1 + Koha/Schema/Result/Patronimage.pm | 1 + Koha/Schema/Result/PluginData.pm | 1 + Koha/Schema/Result/PluginMethod.pm | 1 + Koha/Schema/Result/PreservationProcessing.pm | 1 + .../Result/PreservationProcessingAttribute.pm | 1 + .../PreservationProcessingAttributesItem.pm | 1 + Koha/Schema/Result/PreservationTrain.pm | 1 + Koha/Schema/Result/PreservationTrainsItem.pm | 1 + Koha/Schema/Result/Reserve.pm | 1 + Koha/Schema/Result/RestrictionType.pm | 1 + Koha/Schema/Result/ReturnClaim.pm | 1 + Koha/Schema/Result/SavedSql.pm | 1 + Koha/Schema/Result/Serialitem.pm | 1 + Koha/Schema/Result/SmsProvider.pm | 1 + Koha/Schema/Result/Stockrotationitem.pm | 1 + Koha/Schema/Result/Stockrotationrota.pm | 1 + Koha/Schema/Result/Stockrotationstage.pm | 1 + Koha/Schema/Result/SubscriptionFrequency.pm | 1 + .../Result/SubscriptionNumberpattern.pm | 1 + Koha/Schema/Result/Subscriptionhistory.pm | 1 + Koha/Schema/Result/Subscriptionroutinglist.pm | 1 + Koha/Schema/Result/Systempreference.pm | 1 + Koha/Schema/Result/TagAll.pm | 1 + Koha/Schema/Result/TagsApproval.pm | 1 + Koha/Schema/Result/TagsIndex.pm | 1 + Koha/Schema/Result/TicketUpdate.pm | 1 + Koha/Schema/Result/Virtualshelve.pm | 1 + Koha/Schema/Result/Z3950server.pm | 1 + Koha/Template/Plugin/AuthorisedValues.pm | 20 +- t/lib/QA/TemplateFilters.pm | 9 +- t/lib/Selenium.pm | 30 +- t/lib/TestBuilder.pm | 30 +- 159 files changed, 655 insertions(+), 680 deletions(-) diff --git a/C4/Acquisition.pm b/C4/Acquisition.pm index 62c5d91d5f1..70921abfd13 100644 --- a/C4/Acquisition.pm +++ b/C4/Acquisition.pm @@ -95,7 +95,24 @@ BEGIN { ); } -=head2 GetOrderFromItemnumber +=head1 NAME + +C4::Acquisition - Koha functions for dealing with orders and acquisitions + +=head1 SYNOPSIS + +use C4::Acquisition; + +=head1 DESCRIPTION + +The functions in this module deal with acquisitions, managing book +orders, basket and parcels. + +=head1 FUNCTIONS + +=head2 FUNCTIONS ABOUT BASKETS + +=head3 GetOrderFromItemnumber Missing POD for GetOrderFromItemnumber. @@ -121,23 +138,6 @@ sub GetOrderFromItemnumber { } -=head1 NAME - -C4::Acquisition - Koha functions for dealing with orders and acquisitions - -=head1 SYNOPSIS - -use C4::Acquisition; - -=head1 DESCRIPTION - -The functions in this module deal with acquisitions, managing book -orders, basket and parcels. - -=head1 FUNCTIONS - -=head2 FUNCTIONS ABOUT BASKETS - =head3 GetBasket $aqbasket = &GetBasket($basketnumber); diff --git a/C4/Auth.pm b/C4/Auth.pm index ab7625cfa3d..3881f4271dc 100644 --- a/C4/Auth.pm +++ b/C4/Auth.pm @@ -62,21 +62,6 @@ use Koha::Session; use vars qw($ldap $cas $caslogout); our ( @ISA, @EXPORT_OK ); -#NOTE: The utility of keeping the safe_exit function is that it can be easily re-defined in unit tests and plugins - -=head2 safe_exit - -Missing POD for safe_exit. - -=cut - -sub safe_exit { - - # It's fine for us to "exit" because CGI::Compile (used in Plack::App::WrapCGI) redefines "exit" for us automatically. - # Since we only seem to use C4::Auth::safe_exit in a CGI context, we don't actually need PSGI detection at all here. - exit; -} - BEGIN { C4::Context->set_remote_address; @@ -134,6 +119,46 @@ automatically. This gets loaded into the template. =head1 FUNCTIONS +=cut + +=head2 safe_exit + +Missing POD for safe_exit. + +NOTE: The utility of keeping the safe_exit function is that it can be easily re-defined in unit tests and plugins + +=cut + +sub safe_exit { + + # It's fine for us to "exit" because CGI::Compile (used in Plack::App::WrapCGI) redefines "exit" for us automatically. + # Since we only seem to use C4::Auth::safe_exit in a CGI context, we don't actually need PSGI detection at all here. + exit; +} + +BEGIN { + C4::Context->set_remote_address; + + require Exporter; + @ISA = qw(Exporter); + + @EXPORT_OK = qw( + checkauth check_api_auth get_session check_cookie_auth checkpw checkpw_internal checkpw_hash + get_all_subpermissions get_cataloguing_page_permissions get_user_subpermissions in_iprange + get_template_and_user haspermission create_basic_session + ); + + $cas = C4::Context->preference('casAuthentication'); + $caslogout = C4::Context->preference('casLogout'); + + if ($cas) { + require C4::Auth_with_cas; # no import + import C4::Auth_with_cas + qw(check_api_auth_cas checkpw_cas login_cas logout_cas login_cas_url logout_if_required multipleAuth getMultipleAuth); + } + +} + =head2 get_template_and_user my ($template, $borrowernumber, $cookie) diff --git a/C4/Auth_with_shibboleth.pm b/C4/Auth_with_shibboleth.pm index 3bd2d1f96fd..ccaf9f1a085 100644 --- a/C4/Auth_with_shibboleth.pm +++ b/C4/Auth_with_shibboleth.pm @@ -40,12 +40,6 @@ BEGIN { # Check that shib config is not malformed -=head2 shib_ok - -Missing POD for shib_ok. - -=cut - sub shib_ok { my $config = _get_shib_config(); @@ -378,6 +372,10 @@ If you need more help configuring your Bervice B

rovider to authenticate ag =head1 FUNCTIONS +=head2 shib_ok + +Missing POD for shib_ok. + =head2 logout_shib Sends a logout signal to the native shibboleth service provider and then logs out of koha. Depending upon the native service provider configuration and identity provider capabilities this may or may not perform a single sign out action. diff --git a/C4/Barcodes.pm b/C4/Barcodes.pm index c32f0355f9c..858aefe41f0 100644 --- a/C4/Barcodes.pm +++ b/C4/Barcodes.pm @@ -40,54 +40,24 @@ sub _prefformat { return $prefformat; } -=head2 initial - -Missing POD for initial. - -=cut - sub initial { return '0000001'; } -=head2 width - -Missing POD for width. - -=cut - sub width { return; } -=head2 process_head - -Missing POD for process_head. - -=cut - sub process_head { # (self,head,whole,specific) my $self = shift; return shift; # Default: just return the head unchanged. } -=head2 process_tail - -Missing POD for process_tail. - -=cut - sub process_tail { # (self,tail,whole,specific) my $self = shift; return shift; # Default: just return the tail unchanged. } -=head2 is_max - -Missing POD for is_max. - -=cut - sub is_max { my $self = shift; ref($self) or carp "Called is_max on a non-object: '$self'"; @@ -95,12 +65,6 @@ sub is_max { return $self->{is_max} || 0; } -=head2 value - -Missing POD for value. - -=cut - sub value { my $self = shift; if (@_) { @@ -112,12 +76,6 @@ sub value { return $self->{value}; } -=head2 autoBarcode - -Missing POD for autoBarcode. - -=cut - sub autoBarcode { (@_) or return _prefformat; my $self = shift; @@ -126,12 +84,6 @@ sub autoBarcode { return $value; } -=head2 parse - -Missing POD for parse. - -=cut - sub parse { # return 3 parts of barcode: non-incrementing, incrementing, non-incrementing my $self = shift; my $barcode = (@_) ? shift : $self->value; @@ -142,12 +94,6 @@ sub parse { # return 3 parts of barcode: non-incrementing, incrementing, non- return ( $1, $2, '' ); # the third part is in anticipation of barcodes that include checkdigits } -=head2 max - -Missing POD for max. - -=cut - sub max { my $self = shift; if ( $self->{is_max} ) { @@ -156,12 +102,6 @@ sub max { return $self->db_max; } -=head2 db_max - -Missing POD for db_max. - -=cut - sub db_max { my $self = shift; my $query = "SELECT max(abs(CAST(barcode AS UNSIGNED))) FROM items LIMIT 1" @@ -171,12 +111,6 @@ sub db_max { return $sth->fetchrow_array || $self->initial; } -=head2 next_value - -Missing POD for next_value. - -=cut - sub next_value { my $self = shift; my $specific = ( scalar @_ ) ? 1 : 0; @@ -202,48 +136,24 @@ sub next_value { return $next_value; } -=head2 next - -Missing POD for next. - -=cut - sub next { my $self = shift or return; (@_) and $self->{next} = shift; return $self->{next}; } -=head2 previous - -Missing POD for previous. - -=cut - sub previous { my $self = shift or return; (@_) and $self->{previous} = shift; return $self->{previous}; } -=head2 serial - -Missing POD for serial. - -=cut - sub serial { my $self = shift or return; (@_) and $self->{serial} = shift; return $self->{serial}; } -=head2 default_self - -Missing POD for default_self. - -=cut - sub default_self { (@_) or carp "default_self called with no argument. Reverting to _prefformat."; my $autoBarcode = (@_) ? shift : _prefformat; @@ -311,12 +221,6 @@ sub new { return; } -=head2 new_object - -Missing POD for new_object. - -=cut - sub new_object { my $class_or_object = shift; my $type = ref($class_or_object) || $class_or_object; @@ -369,5 +273,70 @@ like the IBM "Boulder" format can cause problems for sprintf. Basically, the va %d version of an integer, and we cannot count on perl having been compiled with support for quads (64-bit integers). So we have to use floats or increment a piece of it and return the rejoined fragments. -=cut +=head1 Functions +=head2 initial + +Missing POD for initial. + +=head2 width + +Missing POD for width. + +=head2 process_head + +Missing POD for process_head. + +=head2 process_tail + +Missing POD for process_tail. + +=head2 is_max + +Missing POD for is_max. + +=head2 value + +Missing POD for value. + +=head2 autoBarcode + +Missing POD for autoBarcode. + +=head2 parse + +Missing POD for parse. + +=head2 max + +Missing POD for max. + +=head2 db_max + +Missing POD for db_max. + +=head2 next_value + +Missing POD for next_value. + +=head2 next + +Missing POD for next. + +=head2 previous + +Missing POD for previous. + +=head2 serial + +Missing POD for serial. + +=head2 default_self + +Missing POD for default_self. + +=head2 new_object + +Missing POD for new_object. + +=cut diff --git a/C4/Barcodes/hbyymmincr.pm b/C4/Barcodes/hbyymmincr.pm index d3f1704a081..7136dcb8fbb 100644 --- a/C4/Barcodes/hbyymmincr.pm +++ b/C4/Barcodes/hbyymmincr.pm @@ -34,6 +34,10 @@ BEGIN { @ISA = qw(C4::Barcodes); } +=head1 Functions + +=cut + # Generates barcode where hb = home branch Code, yymm = year/month catalogued, incr = incremental number, # increment resets yearly -fbcit diff --git a/C4/Creators/PDF.pm b/C4/Creators/PDF.pm index d067cd6f7a6..4d3754d3718 100644 --- a/C4/Creators/PDF.pm +++ b/C4/Creators/PDF.pm @@ -61,6 +61,10 @@ sub _InitVars { prInitVars($param); } +=head1 Functions + +=cut + =head2 new Missing POD for new. diff --git a/C4/Creators/Template.pm b/C4/Creators/Template.pm index d75e9adc8b4..4457cbc67b9 100644 --- a/C4/Creators/Template.pm +++ b/C4/Creators/Template.pm @@ -266,12 +266,6 @@ sub get_label_position { } } -=head2 get_next_label_pos - -Missing POD for get_next_label_pos. - -=cut - sub get_next_label_pos { my $self = shift; my $current_label = $self->{'current_label'}; @@ -417,6 +411,10 @@ CM = SI Centimeters (28.3464567 points per) examples: Cget_label_position($start_label);> +=head2 get_next_label_pos + +Missing POD for get_next_label_pos. + =head1 AUTHOR Chris Nighswonger diff --git a/C4/External/BakerTaylor.pm b/C4/External/BakerTaylor.pm index b37e71d0643..c9735a02306 100644 --- a/C4/External/BakerTaylor.pm +++ b/C4/External/BakerTaylor.pm @@ -49,12 +49,6 @@ sub _initialize { #"Mozilla/4.76 [en] (Win98; U)", # if for some reason you want to go stealth, you might prefer this } -=head2 image_url - -Missing POD for image_url. - -=cut - sub image_url { _initialize(); ( $user and $pass ) or return; @@ -63,12 +57,6 @@ sub image_url { return $image_url . $isbn; } -=head2 link_url - -Missing POD for link_url. - -=cut - sub link_url { _initialize(); my $isbn = ( @_ ? shift : '' ); @@ -77,12 +65,6 @@ sub link_url { return $link_url . $isbn; } -=head2 content_cafe_url - -Missing POD for content_cafe_url. - -=cut - sub content_cafe_url { _initialize(); ( $user and $pass ) or return; @@ -92,12 +74,6 @@ sub content_cafe_url { "https://contentcafe2.btol.com/ContentCafeClient/ContentCafe.aspx?UserID=$user&Password=$pass&Options=Y&ItemKey=$isbn"; } -=head2 http_jacket_link - -Missing POD for http_jacket_link. - -=cut - sub http_jacket_link { _initialize(); my $isbn = shift or return; @@ -147,6 +123,22 @@ These can be overridden for testing purposes using the initialize function. =head1 FUNCTIONS +=head2 image_url + +Missing POD for image_url. + +=head2 link_url + +Missing POD for link_url. + +=head2 content_cafe_url + +Missing POD for content_cafe_url. + +=head2 http_jacket_link + +Missing POD for http_jacket_link. + =head2 availability($isbn); $isbn is a isbn string diff --git a/C4/Installer/PerlModules.pm b/C4/Installer/PerlModules.pm index 2342b89bf69..da63294bec3 100644 --- a/C4/Installer/PerlModules.pm +++ b/C4/Installer/PerlModules.pm @@ -19,12 +19,6 @@ sub new { return $self; } -=head2 prereqs - -Missing POD for prereqs. - -=cut - sub prereqs { my $self = shift; @@ -125,6 +119,10 @@ A module for manipulating Koha Perl dependency list objects. example: Cnew;> +=head2 prereqs + +Missing POD for prereqs. + =head2 prereq_pm() Returns a hashref of a hash of module information suitable for use in Makefile.PL diff --git a/C4/Labels/Label.pm b/C4/Labels/Label.pm index 4abe14a8f35..e69ec3633bc 100644 --- a/C4/Labels/Label.pm +++ b/C4/Labels/Label.pm @@ -504,12 +504,6 @@ LABEL_FIELDS: # process data for requested fields on current label return \@label_text; } -=head2 draw_guide_box - -Missing POD for draw_guide_box. - -=cut - sub draw_guide_box { return $_[0]->{'guidebox'}; } @@ -802,6 +796,10 @@ R = Right justify => $text_justification, );> +=head2 draw_guide_box + +Missing POD for draw_guide_box. + =head2 barcode() Invoking the I method generates a barcode for the label object and inserts it into the current pdf stream. This method accepts the following parameters as key => value diff --git a/C4/Linker/Default.pm b/C4/Linker/Default.pm index 72476e3b082..7870713ba4e 100644 --- a/C4/Linker/Default.pm +++ b/C4/Linker/Default.pm @@ -24,6 +24,10 @@ use C4::Heading; use base qw(C4::Linker); +=head1 Functions + +=cut + =head2 get_link Missing POD for get_link. diff --git a/C4/Linker/FirstMatch.pm b/C4/Linker/FirstMatch.pm index 378ea095372..a00e32978b3 100644 --- a/C4/Linker/FirstMatch.pm +++ b/C4/Linker/FirstMatch.pm @@ -24,6 +24,10 @@ use C4::Linker::Default; # Use Default for flipping use base qw(C4::Linker); +=head1 Functions + +=cut + =head2 new Missing POD for new. diff --git a/C4/Linker/LastMatch.pm b/C4/Linker/LastMatch.pm index 60f0de51208..00366981267 100644 --- a/C4/Linker/LastMatch.pm +++ b/C4/Linker/LastMatch.pm @@ -24,6 +24,10 @@ use C4::Linker::Default; # Use Default for flipping use base qw(C4::Linker); +=head1 Functions + +=cut + =head2 new Missing POD for new. diff --git a/C4/Output.pm b/C4/Output.pm index 2e34ee6f321..a98170a3607 100644 --- a/C4/Output.pm +++ b/C4/Output.pm @@ -276,7 +276,7 @@ sub output_with_http_headers { print $query->header($options), $data; } -=head2 output_html_with_http_headers +=item output_html_with_http_headers Missing POD for output_html_with_http_headers. @@ -287,7 +287,7 @@ sub output_html_with_http_headers { output_with_http_headers( $query, $cookie, $data, 'html', $status, $extra_options ); } -=head2 output_ajax_with_http_headers +=item output_ajax_with_http_headers Missing POD for output_ajax_with_http_headers. @@ -304,7 +304,7 @@ sub output_ajax_with_http_headers { ), $js; } -=head2 is_ajax +=item is_ajax Missing POD for is_ajax. @@ -387,7 +387,7 @@ sub output_and_exit { exit; } -=head2 output_error +=item output_error Missing POD for output_error. @@ -411,7 +411,7 @@ sub output_error { output_with_http_headers $query, $cookie, $template->output, 'html', '404 Not Found'; } -=head2 parametrized_url +=item parametrized_url Missing POD for parametrized_url. diff --git a/C4/Patroncards/Lib.pm b/C4/Patroncards/Lib.pm index a709a3fb902..85dccc967b3 100644 --- a/C4/Patroncards/Lib.pm +++ b/C4/Patroncards/Lib.pm @@ -84,12 +84,6 @@ sub box { $pdf->Add($obj_stream); } -=head2 get_borrower_attributes - -Missing POD for get_borrower_attributes. - -=cut - sub get_borrower_attributes { my ( $borrower_number, @fields ) = @_; my $get_branch = 0; @@ -123,12 +117,6 @@ sub get_borrower_attributes { return $borrower_attributes; } -=head2 put_image - -Missing POD for put_image. - -=cut - sub put_image { my ( $image_name, $image_file ) = @_; if ( my $image_limit = C4::Context->preference('ImageLimit') ) { # enforce quota if set @@ -152,12 +140,6 @@ sub put_image { return; } -=head2 get_image - -Missing POD for get_image. - -=cut - sub get_image { my ( $image_name, $fields ) = @_; $fields = '*' unless $fields; @@ -176,12 +158,6 @@ sub get_image { return $sth->fetchall_arrayref( {} ); } -=head2 rm_image - -Missing POD for rm_image. - -=cut - sub rm_image { my $image_ids = shift; my $errstr = (); @@ -276,7 +252,21 @@ This library provides functions used by various sections of the Patroncard Creat box($llx, $lly, $width, $height, $pdf); -=cut +=head2 get_borrower_attributes + +Missing POD for get_borrower_attributes. + +=head2 put_image + +Missing POD for put_image. + +=head2 get_image + +Missing POD for get_image. + +=head2 rm_image + +Missing POD for rm_image. =head1 AUTHOR diff --git a/C4/SIP/ILS.pm b/C4/SIP/ILS.pm index f3702c7b91a..dec0a590c3d 100644 --- a/C4/SIP/ILS.pm +++ b/C4/SIP/ILS.pm @@ -47,6 +47,10 @@ my %supports = ( "renew all" => 1, ); +=head1 Functions + +=cut + =head2 new Missing POD for new. diff --git a/C4/SIP/ILS/Transaction/Checkin.pm b/C4/SIP/ILS/Transaction/Checkin.pm index 10b688bc91a..f222401e4e7 100644 --- a/C4/SIP/ILS/Transaction/Checkin.pm +++ b/C4/SIP/ILS/Transaction/Checkin.pm @@ -33,6 +33,10 @@ my %fields = ( hold => undef, ); +=head1 Functions + +=cut + =head2 new Missing POD for new. diff --git a/C4/Scrubber.pm b/C4/Scrubber.pm index 856dcb62549..f09fb998e49 100644 --- a/C4/Scrubber.pm +++ b/C4/Scrubber.pm @@ -37,12 +37,6 @@ my %scrubbertypes = ( }, ); -=head2 new - -Missing POD for new. - -=cut - sub new { shift; # ignore our class we are wrapper my $type = (@_) ? shift : 'default'; @@ -71,7 +65,10 @@ Standardized wrapper with settings for building HTML::Scrubber tailored to vario The default is to scrub everything, leaving no markup at all. This is compatible with the expectations for Tags. -=head2 TODO: Add real perldoc +=head1 Functions -=cut +=head2 new +Missing POD for new. + +=cut diff --git a/C4/Search/History.pm b/C4/Search/History.pm index 69c114f20be..6761a73b02a 100644 --- a/C4/Search/History.pm +++ b/C4/Search/History.pm @@ -118,12 +118,6 @@ sub delete { ); } -=head2 delete_from_cookie - -Missing POD for delete_from_cookie. - -=cut - sub delete_from_cookie { my ($params) = @_; my $cookie = $params->{cookie}; @@ -292,6 +286,10 @@ It is possible to delete searches for current session or all previous sessions u If the type ("biblio" or "authority") is missing, all type will be deleted. To delete *all* searches for a given userid, just pass a userid. +=head2 delete_from_cookie + +Missing POD for delete_from_cookie. + =head2 get my $searches C4::Search::History::get({ diff --git a/Koha/Edifact/Line.pm b/Koha/Edifact/Line.pm index 6ef6227adc8..571b9e67b75 100644 --- a/Koha/Edifact/Line.pm +++ b/Koha/Edifact/Line.pm @@ -176,12 +176,6 @@ sub _format_item_description { return $bibrec; } -=head2 marc_record - -Missing POD for marc_record. - -=cut - sub marc_record { my $self = shift; my $b = $self->{item_description}; @@ -276,12 +270,6 @@ sub marc_record { return $bib; } -=head2 corpcon - -Missing POD for corpcon. - -=cut - sub corpcon { my ( $self, $level ) = @_; my $test_these = { @@ -315,12 +303,6 @@ sub corpcon { return new_field( $self->{item_description}, [ $tag, $i1, $i2 ], @spec ); } -=head2 new_field - -Missing POD for new_field. - -=cut - sub new_field { my ( $b, $tag_ind, @sfd_elem ) = @_; my @sfd; @@ -340,45 +322,21 @@ sub new_field { # Accessor methods to line data -=head2 item_number_id - -Missing POD for item_number_id. - -=cut - sub item_number_id { my $self = shift; return $self->{item_number_id}; } -=head2 line_item_number - -Missing POD for line_item_number. - -=cut - sub line_item_number { my $self = shift; return $self->{line_item_number}; } -=head2 additional_product_ids - -Missing POD for additional_product_ids. - -=cut - sub additional_product_ids { my $self = shift; return $self->{additional_product_ids}; } -=head2 action_notification - -Missing POD for action_notification. - -=cut - sub action_notification { my $self = shift; my $a = $self->{action_notification}; @@ -388,155 +346,71 @@ sub action_notification { return $a; } -=head2 item_description - -Missing POD for item_description. - -=cut - sub item_description { my $self = shift; return $self->{item_description}; } -=head2 monetary_amount - -Missing POD for monetary_amount. - -=cut - sub monetary_amount { my $self = shift; return $self->{monetary_amount}; } -=head2 quantity - -Missing POD for quantity. - -=cut - sub quantity { my $self = shift; return $self->{quantity}; } -=head2 quantity_invoiced - -Missing POD for quantity_invoiced. - -=cut - sub quantity_invoiced { my $self = shift; return $self->{quantity_invoiced}; } -=head2 price - -Missing POD for price. - -=cut - sub price { my $self = shift; return $self->{price}; } -=head2 reference - -Missing POD for reference. - -=cut - sub reference { my $self = shift; return $self->{reference}; } -=head2 orderline_reference_number - -Missing POD for orderline_reference_number. - -=cut - sub orderline_reference_number { my $self = shift; return $self->{orderline_reference_number}; } -=head2 ordernumber - -Missing POD for ordernumber. - -=cut - sub ordernumber { my $self = shift; return $self->{ordernumber}; } -=head2 free_text - -Missing POD for free_text. - -=cut - sub free_text { my $self = shift; return $self->{free_text}; } -=head2 coded_free_text - -Missing POD for coded_free_text. - -=cut - sub coded_free_text { my $self = shift; return $self->{coded_free_text}->{code}; } -=head2 internal_notes - -Missing POD for internal_notes. - -=cut - sub internal_notes { my $self = shift; return $self->{internal_notes}; } -=head2 coded_internal_note - -Missing POD for coded_internal_note. - -=cut - sub coded_internal_note { my $self = shift; return $self->{coded_internal_note}->{code}; } -=head2 orderline_free_text - -Missing POD for orderline_free_text. - -=cut - sub orderline_free_text { my $self = shift; return $self->{orderline_free_text}; } -=head2 coded_orderline_text - -Missing POD for coded_orderline_text. - -=cut - sub coded_orderline_text { my $self = shift; my $code = $self->{coded_orderline_text}->{code}; @@ -553,23 +427,11 @@ sub coded_orderline_text { return $txt; } -=head2 substitute_free_text - -Missing POD for substitute_free_text. - -=cut - sub substitute_free_text { my $self = shift; return $self->{substitute_free_text}; } -=head2 coded_substitute_text - -Missing POD for coded_substitute_text. - -=cut - sub coded_substitute_text { my $self = shift; return $self->{coded_substitute_text}->{code}; @@ -579,12 +441,6 @@ sub coded_substitute_text { # by (orderline|substitue)-free_text (FTX seg LIN) # and expand it using EditEUR code list 8B -=head2 translate_8B - -Missing POD for translate_8B. - -=cut - sub translate_8B { my ($code) = @_; @@ -632,12 +488,6 @@ sub translate_8B { } } -=head2 translate_12B - -Missing POD for translate_12B. - -=cut - sub translate_12B { my ($code) = @_; @@ -693,12 +543,6 @@ sub translate_12B { # item_desription_fields accessors -=head2 title - -Missing POD for title. - -=cut - sub title { my $self = shift; my $titlefield = q{050}; @@ -708,12 +552,6 @@ sub title { return; } -=head2 author - -Missing POD for author. - -=cut - sub author { my $self = shift; my $field = q{010}; @@ -729,12 +567,6 @@ sub author { return; } -=head2 series - -Missing POD for series. - -=cut - sub series { my $self = shift; my $field = q{190}; @@ -744,12 +576,6 @@ sub series { return; } -=head2 publisher - -Missing POD for publisher. - -=cut - sub publisher { my $self = shift; my $field = q{120}; @@ -759,12 +585,6 @@ sub publisher { return; } -=head2 publication_date - -Missing POD for publication_date. - -=cut - sub publication_date { my $self = shift; my $field = q{170}; @@ -774,12 +594,6 @@ sub publication_date { return; } -=head2 dewey_class - -Missing POD for dewey_class. - -=cut - sub dewey_class { my $self = shift; my $field = q{230}; @@ -789,12 +603,6 @@ sub dewey_class { return; } -=head2 lc_class - -Missing POD for lc_class. - -=cut - sub lc_class { my $self = shift; my $field = q{240}; @@ -804,12 +612,6 @@ sub lc_class { return; } -=head2 girfield - -Missing POD for girfield. - -=cut - sub girfield { my ( $self, $field, $occ ) = @_; if ( $self->number_of_girs ) { @@ -825,12 +627,6 @@ sub girfield { } } -=head2 number_of_girs - -Missing POD for number_of_girs. - -=cut - sub number_of_girs { my $self = shift; if ( $self->{GIR} ) { @@ -843,12 +639,6 @@ sub number_of_girs { } } -=head2 extract_gir - -Missing POD for extract_gir. - -=cut - sub extract_gir { my $s = shift; my %qmap = ( @@ -896,12 +686,6 @@ sub extract_gir { # mainly for invoice processing amt_ will derive from MOA price_ from PRI and tax_ from TAX/MOA pairsn -=head2 moa_amt - -Missing POD for moa_amt. - -=cut - sub moa_amt { my ( $self, $qualifier ) = @_; foreach my $s ( @{ $self->{segs} } ) { @@ -912,12 +696,6 @@ sub moa_amt { return; } -=head2 moa_multiple_amt - -Missing POD for moa_multiple_amt. - -=cut - sub moa_multiple_amt { my ( $self, $qualifier ) = @_; @@ -936,23 +714,11 @@ sub moa_multiple_amt { return; } -=head2 amt_discount - -Missing POD for amt_discount. - -=cut - sub amt_discount { my $self = shift; return $self->moa_amt('52'); } -=head2 amt_prepayment - -Missing POD for amt_prepayment. - -=cut - sub amt_prepayment { my $self = shift; return $self->moa_amt('113'); @@ -960,12 +726,6 @@ sub amt_prepayment { # total including allowances & tax -=head2 amt_total - -Missing POD for amt_total. - -=cut - sub amt_total { my $self = shift; return $self->moa_amt('128'); @@ -973,12 +733,6 @@ sub amt_total { # Used to give price in currency other than that given in price -=head2 amt_unitprice - -Missing POD for amt_unitprice. - -=cut - sub amt_unitprice { my $self = shift; return $self->moa_amt('146'); @@ -986,34 +740,16 @@ sub amt_unitprice { # item amount after allowances excluding tax -=head2 amt_lineitem - -Missing POD for amt_lineitem. - -=cut - sub amt_lineitem { my $self = shift; return $self->moa_amt('203'); } -=head2 amt_taxoncharge - -Missing POD for amt_taxoncharge. - -=cut - sub amt_taxoncharge { my $self = shift; return $self->moa_multiple_amt('124'); } -=head2 pri_price - -Missing POD for pri_price. - -=cut - sub pri_price { my ( $self, $price_qualifier ) = @_; @@ -1044,12 +780,6 @@ sub pri_price { # unit price that will be chaged excl tax -=head2 price_net - -Missing POD for price_net. - -=cut - sub price_net { my $self = shift; my $p = $self->pri_price('AAA'); @@ -1061,12 +791,6 @@ sub price_net { # unit price excluding all allowances, charges and taxes -=head2 price_gross - -Missing POD for price_gross. - -=cut - sub price_gross { my $self = shift; my $p = $self->pri_price('AAB'); @@ -1078,12 +802,6 @@ sub price_gross { # information price incl tax excluding allowances, charges -=head2 price_info - -Missing POD for price_info. - -=cut - sub price_info { my $self = shift; my $p = $self->pri_price('AAE'); @@ -1095,12 +813,6 @@ sub price_info { # information price incl tax,allowances, charges -=head2 price_info_inclusive - -Missing POD for price_info_inclusive. - -=cut - sub price_info_inclusive { my $self = shift; my $p = $self->pri_price('AAF'); @@ -1110,23 +822,11 @@ sub price_info_inclusive { return; } -=head2 tax - -Missing POD for tax. - -=cut - sub tax { my $self = shift; return $self->moa_amt('124'); } -=head2 tax_rate - -Missing POD for tax_rate. - -=cut - sub tax_rate { my $self = shift; my $tr = {}; @@ -1152,12 +852,6 @@ sub tax_rate { return; } -=head2 availability_date - -Missing POD for availability_date. - -=cut - sub availability_date { my $self = shift; if ( exists $self->{availability_date} ) { @@ -1208,6 +902,214 @@ Koha::Edifact::Line Called with an array ref of segments constituting the line + +=head2 marc_record + +Missing POD for marc_record. + + +=head2 corpcon + +Missing POD for corpcon. + +=head2 new_field + +Missing POD for new_field. + + +=head2 item_number_id + +Missing POD for item_number_id. + + +=head2 line_item_number + +Missing POD for line_item_number. + +=head2 additional_product_ids + +Missing POD for additional_product_ids. + +=head2 action_notification + +Missing POD for action_notification. + +=head2 item_description + +Missing POD for item_description. + +=head2 monetary_amount + +Missing POD for monetary_amount. + +=head2 quantity + +Missing POD for quantity. + +=head2 quantity_invoiced + +Missing POD for quantity_invoiced. + +=head2 price + +Missing POD for price. + +=head2 reference + +Missing POD for reference. + +=head2 orderline_reference_number + +Missing POD for orderline_reference_number. + +=head2 ordernumber + +Missing POD for ordernumber. + +=head2 free_text + +Missing POD for free_text. + +=head2 coded_free_text + +Missing POD for coded_free_text. + +=head2 internal_notes + +Missing POD for internal_notes. + +=head2 coded_internal_note + +Missing POD for coded_internal_note. + +=head2 orderline_free_text + +Missing POD for orderline_free_text. + +=head2 coded_orderline_text + +Missing POD for coded_orderline_text. + +=head2 substitute_free_text + +Missing POD for substitute_free_text. + +=head2 coded_substitute_text + +Missing POD for coded_substitute_text. + +=head2 translate_8B + +Missing POD for translate_8B. + +=head2 translate_12B + +Missing POD for translate_12B. + +=head2 title + +Missing POD for title. + +=head2 author + +Missing POD for author. + +=head2 series + +Missing POD for series. + +=head2 publisher + +Missing POD for publisher. + +=head2 publication_date + +Missing POD for publication_date. + +=head2 dewey_class + +Missing POD for dewey_class. + +=head2 lc_class + +Missing POD for lc_class. + +=head2 girfield + +Missing POD for girfield. + +=head2 number_of_girs + +Missing POD for number_of_girs. + +=head2 extract_gir + +Missing POD for extract_gir. + +=head2 moa_amt + +Missing POD for moa_amt. + +=head2 moa_multiple_amt + +Missing POD for moa_multiple_amt. + +=head2 amt_discount + +Missing POD for amt_discount. + +=head2 amt_prepayment + +Missing POD for amt_prepayment. + +=head2 amt_total + +Missing POD for amt_total. + +=head2 amt_unitprice + +Missing POD for amt_unitprice. + +=head2 amt_lineitem + +Missing POD for amt_lineitem. + +=head2 amt_taxoncharge + +Missing POD for amt_taxoncharge. + +=head2 pri_price + +Missing POD for pri_price. + +=head2 price_net + +Missing POD for price_net. + +=head2 price_gross + +Missing POD for price_gross. + +=head2 price_info + +Missing POD for price_info. + +=head2 price_info_inclusive + +Missing POD for price_info_inclusive. + +=head2 tax + +Missing POD for tax. + +=head2 tax_rate + +Missing POD for tax_rate. + +=head2 availability_date + +Missing POD for availability_date. + =head1 AUTHOR Colin Campbell diff --git a/Koha/Edifact/Message.pm b/Koha/Edifact/Message.pm index af2a4397838..5983b4b670e 100644 --- a/Koha/Edifact/Message.pm +++ b/Koha/Edifact/Message.pm @@ -46,23 +46,11 @@ sub new { return $self; } -=head2 message_refno - -Missing POD for message_refno. - -=cut - sub message_refno { my $self = shift; return $self->{message_reference_number}; } -=head2 function - -Missing POD for function. - -=cut - sub function { my $self = shift; my $msg_function = $self->{bgm}->elem(2); @@ -74,56 +62,26 @@ sub function { return; } -=head2 message_reference_number - -Missing POD for message_reference_number. - -=cut - sub message_reference_number { my $self = shift; return $self->{header}->elem(0); } -=head2 message_type - -Missing POD for message_type. - -=cut - sub message_type { my $self = shift; return $self->{header}->elem( 1, 0 ); } -=head2 message_code - -Missing POD for message_code. - -=cut - sub message_code { my $self = shift; return $self->{bgm}->elem( 0, 0 ); } -=head2 docmsg_number - -Missing POD for docmsg_number. - -=cut - sub docmsg_number { my $self = shift; return $self->{bgm}->elem(1); } -=head2 message_date - -Missing POD for message_date. - -=cut - sub message_date { my $self = shift; @@ -136,12 +94,6 @@ sub message_date { return; # this should not happen } -=head2 tax_point_date - -Missing POD for tax_point_date. - -=cut - sub tax_point_date { my $self = shift; if ( $self->message_type eq 'INVOIC' ) { @@ -154,12 +106,6 @@ sub tax_point_date { return; } -=head2 expiry_date - -Missing POD for expiry_date. - -=cut - sub expiry_date { my $self = shift; if ( $self->message_type eq 'QUOTES' ) { @@ -172,12 +118,6 @@ sub expiry_date { return; } -=head2 shipment_charge - -Missing POD for shipment_charge. - -=cut - sub shipment_charge { my $self = shift; @@ -210,12 +150,6 @@ sub shipment_charge { # return NAD fields -=head2 buyer_ean - -Missing POD for buyer_ean. - -=cut - sub buyer_ean { my $self = shift; foreach my $s ( @{ $self->{datasegs} } ) { @@ -232,12 +166,6 @@ sub buyer_ean { return; } -=head2 supplier_ean - -Missing POD for supplier_ean. - -=cut - sub supplier_ean { my $self = shift; foreach my $s ( @{ $self->{datasegs} } ) { @@ -255,12 +183,6 @@ sub supplier_ean { } -=head2 lineitems - -Missing POD for lineitems. - -=cut - sub lineitems { my $self = shift; if ( $self->{quotation_lines} ) { @@ -310,6 +232,58 @@ Class modelling an Edifact Message for parsing Passed an array of segments extracts message level info and parses lineitems as Line objects +=head2 message_refno + +Missing POD for message_refno. + +=head2 function + +Missing POD for function. + +=head2 message_reference_number + +Missing POD for message_reference_number. + +=head2 message_type + +Missing POD for message_type. + +=head2 message_code + +Missing POD for message_code. + +=head2 docmsg_number + +Missing POD for docmsg_number. + +=head2 message_date + +Missing POD for message_date. + +=head2 tax_point_date + +Missing POD for tax_point_date. + +=head2 expiry_date + +Missing POD for expiry_date. + +=head2 shipment_charge + +Missing POD for shipment_charge. + +=head2 buyer_ean + +Missing POD for buyer_ean. + +=head2 supplier_ean + +Missing POD for supplier_ean. + +=head2 lineitems + +Missing POD for lineitems. + =head1 AUTHOR Colin Campbell diff --git a/Koha/Edifact/Transport.pm b/Koha/Edifact/Transport.pm index 082382935f9..a26f2842ffb 100644 --- a/Koha/Edifact/Transport.pm +++ b/Koha/Edifact/Transport.pm @@ -88,12 +88,6 @@ sub upload_messages { return; } -=head2 file_download - -Missing POD for file_download. - -=cut - sub file_download { my $self = shift; my @downloaded_files; @@ -351,12 +345,6 @@ sub sftp_upload { return; } -=head2 file_upload - -Missing POD for file_upload. - -=cut - sub file_upload { my ( $self, @messages ) = @_; my $dir = $self->{account}->upload_directory; @@ -418,12 +406,6 @@ sub _get_file_ext { return 'XXXX'; # non matching type } -=head2 message_hash - -Missing POD for message_hash. - -=cut - sub message_hash { my $self = shift; my $msg = { @@ -478,6 +460,10 @@ Or FILE to access a local directory (useful for testing) passed an array of messages will upload them to the supplier site +=head2 file_download + +Missing POD for file_download. + =head2 sftp_download called by download_messages to perform the download using SFTP @@ -498,6 +484,10 @@ Or FILE to access a local directory (useful for testing) called by upload_messages to perform the upload using sftp +=head2 file_upload + +Missing POD for file_upload. + =head2 _abort_download internal routine to halt operation on error and supply a stacktrace @@ -512,6 +502,10 @@ Or FILE to access a local directory (useful for testing) sets the direct ingest flag so that the object reads files from the local file system useful in debugging +=head2 message_hash + +Missing POD for message_hash. + =head1 AUTHOR Colin Campbell diff --git a/Koha/Exception.pm b/Koha/Exception.pm index f890ddada82..f1776e85439 100644 --- a/Koha/Exception.pm +++ b/Koha/Exception.pm @@ -61,6 +61,8 @@ Generic exception. Generic method for exception stringifying. +=head2 description + =cut 1; diff --git a/Koha/Patron/Files.pm b/Koha/Patron/Files.pm index 178b0f7badf..8735ea8095a 100644 --- a/Koha/Patron/Files.pm +++ b/Koha/Patron/Files.pm @@ -32,7 +32,7 @@ Koha::Patron::Files - Module for managing patron files =cut -=head2 new +=item new Missing POD for new. diff --git a/Koha/Schema/Result/AccountCreditType.pm b/Koha/Schema/Result/AccountCreditType.pm index d5d01e5c90a..2a30f213bb9 100644 --- a/Koha/Schema/Result/AccountCreditType.pm +++ b/Koha/Schema/Result/AccountCreditType.pm @@ -143,6 +143,7 @@ Missing POD for koha_objects_class. sub koha_objects_class { 'Koha::Account::CreditTypes'; } + =head2 koha_object_class Missing POD for koha_object_class. diff --git a/Koha/Schema/Result/AccountDebitType.pm b/Koha/Schema/Result/AccountDebitType.pm index a69e0ca8ebb..7d25636759b 100644 --- a/Koha/Schema/Result/AccountDebitType.pm +++ b/Koha/Schema/Result/AccountDebitType.pm @@ -173,6 +173,7 @@ Missing POD for koha_objects_class. sub koha_objects_class { 'Koha::Account::DebitTypes'; } + =head2 koha_object_class Missing POD for koha_object_class. diff --git a/Koha/Schema/Result/AccountOffset.pm b/Koha/Schema/Result/AccountOffset.pm index 996fff65775..8d70ff431b2 100644 --- a/Koha/Schema/Result/AccountOffset.pm +++ b/Koha/Schema/Result/AccountOffset.pm @@ -171,6 +171,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Account::Offset'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/Accountline.pm b/Koha/Schema/Result/Accountline.pm index b3058d8f539..ea1a8b7bd34 100644 --- a/Koha/Schema/Result/Accountline.pm +++ b/Koha/Schema/Result/Accountline.pm @@ -513,6 +513,7 @@ Missing POD for koha_objects_class. sub koha_objects_class { 'Koha::Account::Lines'; } + =head2 koha_object_class Missing POD for koha_object_class. diff --git a/Koha/Schema/Result/Aqbasket.pm b/Koha/Schema/Result/Aqbasket.pm index ddc2395b7e9..6a2bb68e044 100644 --- a/Koha/Schema/Result/Aqbasket.pm +++ b/Koha/Schema/Result/Aqbasket.pm @@ -388,6 +388,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Acquisition::Basket'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/Aqbasketgroup.pm b/Koha/Schema/Result/Aqbasketgroup.pm index 488b8f05f5f..d1f03e4c751 100644 --- a/Koha/Schema/Result/Aqbasketgroup.pm +++ b/Koha/Schema/Result/Aqbasketgroup.pm @@ -151,6 +151,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Acquisition::BasketGroup'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/Aqbookseller.pm b/Koha/Schema/Result/Aqbookseller.pm index 5cf9e93b247..c6c684c3775 100644 --- a/Koha/Schema/Result/Aqbookseller.pm +++ b/Koha/Schema/Result/Aqbookseller.pm @@ -559,6 +559,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Acquisition::Bookseller'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/AqbooksellerAlias.pm b/Koha/Schema/Result/AqbooksellerAlias.pm index 0648cc312dc..133c2769141 100644 --- a/Koha/Schema/Result/AqbooksellerAlias.pm +++ b/Koha/Schema/Result/AqbooksellerAlias.pm @@ -100,6 +100,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Acquisition::Bookseller::Alias'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/AqbooksellerInterface.pm b/Koha/Schema/Result/AqbooksellerInterface.pm index aa86b12fa77..9d850a7d15d 100644 --- a/Koha/Schema/Result/AqbooksellerInterface.pm +++ b/Koha/Schema/Result/AqbooksellerInterface.pm @@ -156,6 +156,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Acquisition::Bookseller::Interface'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/AqbooksellerIssue.pm b/Koha/Schema/Result/AqbooksellerIssue.pm index 142962adaa5..918fe9da55e 100644 --- a/Koha/Schema/Result/AqbooksellerIssue.pm +++ b/Koha/Schema/Result/AqbooksellerIssue.pm @@ -129,6 +129,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Acquisition::Bookseller::Issue'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/Aqbudget.pm b/Koha/Schema/Result/Aqbudget.pm index f6dd4989926..01a0ff6d397 100644 --- a/Koha/Schema/Result/Aqbudget.pm +++ b/Koha/Schema/Result/Aqbudget.pm @@ -378,6 +378,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Acquisition::Fund'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/Aqbudgetperiod.pm b/Koha/Schema/Result/Aqbudgetperiod.pm index 5155c89ed4a..6a7f1935049 100644 --- a/Koha/Schema/Result/Aqbudgetperiod.pm +++ b/Koha/Schema/Result/Aqbudgetperiod.pm @@ -158,6 +158,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Acquisition::Budget'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/Aqcontact.pm b/Koha/Schema/Result/Aqcontact.pm index 8a0e531d5fc..fbb25c59660 100644 --- a/Koha/Schema/Result/Aqcontact.pm +++ b/Koha/Schema/Result/Aqcontact.pm @@ -215,6 +215,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Acquisition::Bookseller::Contact'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/Aqinvoice.pm b/Koha/Schema/Result/Aqinvoice.pm index 7a1a98d1ce1..915759d9a2f 100644 --- a/Koha/Schema/Result/Aqinvoice.pm +++ b/Koha/Schema/Result/Aqinvoice.pm @@ -245,6 +245,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Acquisition::Invoice'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/AqinvoiceAdjustment.pm b/Koha/Schema/Result/AqinvoiceAdjustment.pm index bb04653ca2f..61aebd6a561 100644 --- a/Koha/Schema/Result/AqinvoiceAdjustment.pm +++ b/Koha/Schema/Result/AqinvoiceAdjustment.pm @@ -175,6 +175,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Acquisition::Invoice::Adjustment'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/AqordersClaim.pm b/Koha/Schema/Result/AqordersClaim.pm index 9439e77e5f4..b2073fd6eb8 100644 --- a/Koha/Schema/Result/AqordersClaim.pm +++ b/Koha/Schema/Result/AqordersClaim.pm @@ -106,6 +106,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Acquisition::Order::Claim'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/AuthHeader.pm b/Koha/Schema/Result/AuthHeader.pm index 4a0ffef0964..5e4694a8b0d 100644 --- a/Koha/Schema/Result/AuthHeader.pm +++ b/Koha/Schema/Result/AuthHeader.pm @@ -151,6 +151,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Authority'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/AuthSubfieldStructure.pm b/Koha/Schema/Result/AuthSubfieldStructure.pm index 9336338e6df..24a15f7e824 100644 --- a/Koha/Schema/Result/AuthSubfieldStructure.pm +++ b/Koha/Schema/Result/AuthSubfieldStructure.pm @@ -229,6 +229,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Authority::Subfield'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/AuthTagStructure.pm b/Koha/Schema/Result/AuthTagStructure.pm index e6ce296fcdc..83dc61f9e2a 100644 --- a/Koha/Schema/Result/AuthTagStructure.pm +++ b/Koha/Schema/Result/AuthTagStructure.pm @@ -139,6 +139,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Authority::Tag'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/AuthType.pm b/Koha/Schema/Result/AuthType.pm index 8649241ee7e..3a7d09ac20d 100644 --- a/Koha/Schema/Result/AuthType.pm +++ b/Koha/Schema/Result/AuthType.pm @@ -119,6 +119,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Authority::Type'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/BiblioMetadata.pm b/Koha/Schema/Result/BiblioMetadata.pm index 6be9f5ed660..8970c1384a9 100644 --- a/Koha/Schema/Result/BiblioMetadata.pm +++ b/Koha/Schema/Result/BiblioMetadata.pm @@ -174,6 +174,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Biblio::Metadata'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/Borrower.pm b/Koha/Schema/Result/Borrower.pm index 8090e931d96..5621f628c9d 100644 --- a/Koha/Schema/Result/Borrower.pm +++ b/Koha/Schema/Result/Borrower.pm @@ -2239,6 +2239,7 @@ Missing POD for koha_objects_class. sub koha_objects_class { 'Koha::Patrons'; } + =head2 koha_object_class Missing POD for koha_object_class. diff --git a/Koha/Schema/Result/BorrowerAttribute.pm b/Koha/Schema/Result/BorrowerAttribute.pm index 817b6e3eca1..aa5a09d7ece 100644 --- a/Koha/Schema/Result/BorrowerAttribute.pm +++ b/Koha/Schema/Result/BorrowerAttribute.pm @@ -141,6 +141,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Patron::Attribute'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/BorrowerAttributeType.pm b/Koha/Schema/Result/BorrowerAttributeType.pm index bcab51d48d8..f67892c0b7f 100644 --- a/Koha/Schema/Result/BorrowerAttributeType.pm +++ b/Koha/Schema/Result/BorrowerAttributeType.pm @@ -294,6 +294,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Patron::Attribute::Type'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/BorrowerDebarment.pm b/Koha/Schema/Result/BorrowerDebarment.pm index 003571c2b49..c8813ce37ac 100644 --- a/Koha/Schema/Result/BorrowerDebarment.pm +++ b/Koha/Schema/Result/BorrowerDebarment.pm @@ -174,6 +174,7 @@ Missing POD for koha_objects_class. sub koha_objects_class { 'Koha::Patron::Restrictions'; } + =head2 koha_object_class Missing POD for koha_object_class. diff --git a/Koha/Schema/Result/BorrowerMessagePreference.pm b/Koha/Schema/Result/BorrowerMessagePreference.pm index 1d8590ff5eb..bc04bd8008b 100644 --- a/Koha/Schema/Result/BorrowerMessagePreference.pm +++ b/Koha/Schema/Result/BorrowerMessagePreference.pm @@ -203,6 +203,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Patron::MessagePreference'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/BorrowerMessageTransportPreference.pm b/Koha/Schema/Result/BorrowerMessageTransportPreference.pm index f72230e7359..01da8d02d93 100644 --- a/Koha/Schema/Result/BorrowerMessageTransportPreference.pm +++ b/Koha/Schema/Result/BorrowerMessageTransportPreference.pm @@ -122,6 +122,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Patron::MessagePreference::Transport::Preference'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/BorrowerModification.pm b/Koha/Schema/Result/BorrowerModification.pm index a075db0f2a6..99553a8e86a 100644 --- a/Koha/Schema/Result/BorrowerModification.pm +++ b/Koha/Schema/Result/BorrowerModification.pm @@ -667,6 +667,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Patron::Modification'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/BorrowerRelationship.pm b/Koha/Schema/Result/BorrowerRelationship.pm index 02522cecbf6..491de9b4443 100644 --- a/Koha/Schema/Result/BorrowerRelationship.pm +++ b/Koha/Schema/Result/BorrowerRelationship.pm @@ -133,6 +133,7 @@ Missing POD for koha_objects_class. sub koha_objects_class { 'Koha::Patron::Relationships'; } + =head2 koha_object_class Missing POD for koha_object_class. diff --git a/Koha/Schema/Result/Branch.pm b/Koha/Schema/Result/Branch.pm index aafc60a988c..787c0772195 100644 --- a/Koha/Schema/Result/Branch.pm +++ b/Koha/Schema/Result/Branch.pm @@ -1029,6 +1029,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Library'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/BranchTransferLimit.pm b/Koha/Schema/Result/BranchTransferLimit.pm index 976dae544fc..42b021f643c 100644 --- a/Koha/Schema/Result/BranchTransferLimit.pm +++ b/Koha/Schema/Result/BranchTransferLimit.pm @@ -111,6 +111,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Item::Transfer::Limit'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/BranchesOverdrive.pm b/Koha/Schema/Result/BranchesOverdrive.pm index 276303a6864..aab2d671204 100644 --- a/Koha/Schema/Result/BranchesOverdrive.pm +++ b/Koha/Schema/Result/BranchesOverdrive.pm @@ -87,6 +87,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Library::OverDriveInfo'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/Branchtransfer.pm b/Koha/Schema/Result/Branchtransfer.pm index d61389c0f7a..53abfdbe6b9 100644 --- a/Koha/Schema/Result/Branchtransfer.pm +++ b/Koha/Schema/Result/Branchtransfer.pm @@ -287,6 +287,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Item::Transfer'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/CheckoutRenewal.pm b/Koha/Schema/Result/CheckoutRenewal.pm index f8e758f6e8e..cba8a368679 100644 --- a/Koha/Schema/Result/CheckoutRenewal.pm +++ b/Koha/Schema/Result/CheckoutRenewal.pm @@ -194,6 +194,7 @@ Missing POD for koha_objects_class. sub koha_objects_class { 'Koha::Checkouts::Renewals'; } + =head2 koha_object_class Missing POD for koha_object_class. diff --git a/Koha/Schema/Result/ClubEnrollment.pm b/Koha/Schema/Result/ClubEnrollment.pm index de463b9ba1b..89aa1d3dc43 100644 --- a/Koha/Schema/Result/ClubEnrollment.pm +++ b/Koha/Schema/Result/ClubEnrollment.pm @@ -203,6 +203,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Club::Enrollment'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/ClubEnrollmentField.pm b/Koha/Schema/Result/ClubEnrollmentField.pm index 9e8217a08a1..e143ba19c07 100644 --- a/Koha/Schema/Result/ClubEnrollmentField.pm +++ b/Koha/Schema/Result/ClubEnrollmentField.pm @@ -116,6 +116,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Club::Enrollment::Field'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/ClubField.pm b/Koha/Schema/Result/ClubField.pm index 2c640754340..00a5cccb039 100644 --- a/Koha/Schema/Result/ClubField.pm +++ b/Koha/Schema/Result/ClubField.pm @@ -116,6 +116,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Club::Field'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/ClubHold.pm b/Koha/Schema/Result/ClubHold.pm index 6bc456c583e..b00b5aa60f1 100644 --- a/Koha/Schema/Result/ClubHold.pm +++ b/Koha/Schema/Result/ClubHold.pm @@ -174,6 +174,7 @@ Missing POD for koha_objects_class. sub koha_objects_class { 'Koha::Club::Holds'; } + =head2 koha_object_class Missing POD for koha_object_class. diff --git a/Koha/Schema/Result/ClubHoldsToPatronHold.pm b/Koha/Schema/Result/ClubHoldsToPatronHold.pm index 47868c1c93b..b6e6f8ea03f 100644 --- a/Koha/Schema/Result/ClubHoldsToPatronHold.pm +++ b/Koha/Schema/Result/ClubHoldsToPatronHold.pm @@ -172,6 +172,7 @@ Missing POD for koha_objects_class. sub koha_objects_class { 'Koha::Club::Hold::PatronHolds'; } + =head2 koha_object_class Missing POD for koha_object_class. diff --git a/Koha/Schema/Result/ClubTemplate.pm b/Koha/Schema/Result/ClubTemplate.pm index 907b186da87..5d47d8eafc4 100644 --- a/Koha/Schema/Result/ClubTemplate.pm +++ b/Koha/Schema/Result/ClubTemplate.pm @@ -201,6 +201,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Club::Template'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/ClubTemplateEnrollmentField.pm b/Koha/Schema/Result/ClubTemplateEnrollmentField.pm index d3d35537aa7..be45bf3fbb6 100644 --- a/Koha/Schema/Result/ClubTemplateEnrollmentField.pm +++ b/Koha/Schema/Result/ClubTemplateEnrollmentField.pm @@ -123,6 +123,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Club::Template::EnrollmentField'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/ClubTemplateField.pm b/Koha/Schema/Result/ClubTemplateField.pm index be34f70601c..de3c790afea 100644 --- a/Koha/Schema/Result/ClubTemplateField.pm +++ b/Koha/Schema/Result/ClubTemplateField.pm @@ -123,6 +123,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Club::Template::Field'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/CourseInstructor.pm b/Koha/Schema/Result/CourseInstructor.pm index 436c9b214bc..ffa519e15a3 100644 --- a/Koha/Schema/Result/CourseInstructor.pm +++ b/Koha/Schema/Result/CourseInstructor.pm @@ -107,6 +107,7 @@ Missing POD for koha_objects_class. sub koha_objects_class { 'Koha::Course::Instructors'; } + =head2 koha_object_class Missing POD for koha_object_class. diff --git a/Koha/Schema/Result/CourseItem.pm b/Koha/Schema/Result/CourseItem.pm index 3e7266da00b..c44151016e0 100644 --- a/Koha/Schema/Result/CourseItem.pm +++ b/Koha/Schema/Result/CourseItem.pm @@ -403,6 +403,7 @@ Missing POD for koha_objects_class. sub koha_objects_class { 'Koha::Course::Items'; } + =head2 koha_object_class Missing POD for koha_object_class. diff --git a/Koha/Schema/Result/CourseReserve.pm b/Koha/Schema/Result/CourseReserve.pm index ca99174aee3..06cf5496055 100644 --- a/Koha/Schema/Result/CourseReserve.pm +++ b/Koha/Schema/Result/CourseReserve.pm @@ -161,6 +161,7 @@ Missing POD for koha_objects_class. sub koha_objects_class { 'Koha::Course::Reserves'; } + =head2 koha_object_class Missing POD for koha_object_class. diff --git a/Koha/Schema/Result/CurbsidePickupPolicy.pm b/Koha/Schema/Result/CurbsidePickupPolicy.pm index f37b2ff7406..8f2a097ce73 100644 --- a/Koha/Schema/Result/CurbsidePickupPolicy.pm +++ b/Koha/Schema/Result/CurbsidePickupPolicy.pm @@ -162,6 +162,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::CurbsidePickupPolicy'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/Currency.pm b/Koha/Schema/Result/Currency.pm index e00bea10d8b..391bbf0fe68 100644 --- a/Koha/Schema/Result/Currency.pm +++ b/Koha/Schema/Result/Currency.pm @@ -197,6 +197,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Acquisition::Currency'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/DeletedbiblioMetadata.pm b/Koha/Schema/Result/DeletedbiblioMetadata.pm index 67c274c04cc..935fdb5e61c 100644 --- a/Koha/Schema/Result/DeletedbiblioMetadata.pm +++ b/Koha/Schema/Result/DeletedbiblioMetadata.pm @@ -174,6 +174,7 @@ Missing POD for koha_objects_class. sub koha_objects_class { 'Koha::Old::Biblio::Metadatas'; } + =head2 koha_object_class Missing POD for koha_object_class. diff --git a/Koha/Schema/Result/Deletedbiblioitem.pm b/Koha/Schema/Result/Deletedbiblioitem.pm index 7f3309a7e73..56183929559 100644 --- a/Koha/Schema/Result/Deletedbiblioitem.pm +++ b/Koha/Schema/Result/Deletedbiblioitem.pm @@ -326,6 +326,7 @@ Missing POD for koha_objects_class. sub koha_objects_class { 'Koha::Old::Biblioitems'; } + =head2 koha_object_class Missing POD for koha_object_class. diff --git a/Koha/Schema/Result/Deletedborrower.pm b/Koha/Schema/Result/Deletedborrower.pm index e8cc1b301f5..da7ebe21653 100644 --- a/Koha/Schema/Result/Deletedborrower.pm +++ b/Koha/Schema/Result/Deletedborrower.pm @@ -878,6 +878,7 @@ Missing POD for koha_objects_class. sub koha_objects_class { 'Koha::Old::Patrons'; } + =head2 koha_object_class Missing POD for koha_object_class. diff --git a/Koha/Schema/Result/Deleteditem.pm b/Koha/Schema/Result/Deleteditem.pm index 896d2015f4f..efa3827125d 100644 --- a/Koha/Schema/Result/Deleteditem.pm +++ b/Koha/Schema/Result/Deleteditem.pm @@ -548,6 +548,7 @@ Missing POD for koha_objects_class. sub koha_objects_class { 'Koha::Old::Items'; } + =head2 koha_object_class Missing POD for koha_object_class. diff --git a/Koha/Schema/Result/ErmAgreement.pm b/Koha/Schema/Result/ErmAgreement.pm index 3b6108623b1..52f1dae1c71 100644 --- a/Koha/Schema/Result/ErmAgreement.pm +++ b/Koha/Schema/Result/ErmAgreement.pm @@ -321,6 +321,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::ERM::Agreement'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/ErmAgreementLicense.pm b/Koha/Schema/Result/ErmAgreementLicense.pm index 6b63268552b..9adbd2d8fba 100644 --- a/Koha/Schema/Result/ErmAgreementLicense.pm +++ b/Koha/Schema/Result/ErmAgreementLicense.pm @@ -170,6 +170,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::ERM::Agreement::License'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/ErmAgreementPeriod.pm b/Koha/Schema/Result/ErmAgreementPeriod.pm index fb8f49a8979..d7c74bacae8 100644 --- a/Koha/Schema/Result/ErmAgreementPeriod.pm +++ b/Koha/Schema/Result/ErmAgreementPeriod.pm @@ -129,6 +129,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::ERM::Agreement::Period'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/ErmAgreementRelationship.pm b/Koha/Schema/Result/ErmAgreementRelationship.pm index e6ec70846fe..4fc542c827a 100644 --- a/Koha/Schema/Result/ErmAgreementRelationship.pm +++ b/Koha/Schema/Result/ErmAgreementRelationship.pm @@ -142,6 +142,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::ERM::Agreement::Relationship'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/ErmCounterFile.pm b/Koha/Schema/Result/ErmCounterFile.pm index afd131292c5..2309c9014f4 100644 --- a/Koha/Schema/Result/ErmCounterFile.pm +++ b/Koha/Schema/Result/ErmCounterFile.pm @@ -156,6 +156,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::ERM::EUsage::CounterFile'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/ErmCounterLog.pm b/Koha/Schema/Result/ErmCounterLog.pm index afca6f5e345..80c842afe9a 100644 --- a/Koha/Schema/Result/ErmCounterLog.pm +++ b/Koha/Schema/Result/ErmCounterLog.pm @@ -202,6 +202,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::ERM::EUsage::CounterLog'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/ErmDefaultUsageReport.pm b/Koha/Schema/Result/ErmDefaultUsageReport.pm index 287d806e016..43673a4f4bd 100644 --- a/Koha/Schema/Result/ErmDefaultUsageReport.pm +++ b/Koha/Schema/Result/ErmDefaultUsageReport.pm @@ -85,6 +85,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::ERM::EUsage::DefaultUsageReport'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/ErmDocument.pm b/Koha/Schema/Result/ErmDocument.pm index e13aaae9b8b..d8ff0be8923 100644 --- a/Koha/Schema/Result/ErmDocument.pm +++ b/Koha/Schema/Result/ErmDocument.pm @@ -207,6 +207,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::ERM::Document'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/ErmEholdingsPackage.pm b/Koha/Schema/Result/ErmEholdingsPackage.pm index c56f4883186..939e85849c5 100644 --- a/Koha/Schema/Result/ErmEholdingsPackage.pm +++ b/Koha/Schema/Result/ErmEholdingsPackage.pm @@ -242,6 +242,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::ERM::EHoldings::Package'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/ErmEholdingsPackagesAgreement.pm b/Koha/Schema/Result/ErmEholdingsPackagesAgreement.pm index 7c58d391200..3a2185e3e96 100644 --- a/Koha/Schema/Result/ErmEholdingsPackagesAgreement.pm +++ b/Koha/Schema/Result/ErmEholdingsPackagesAgreement.pm @@ -107,6 +107,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::ERM::EHoldings::Package::Agreement'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/ErmEholdingsResource.pm b/Koha/Schema/Result/ErmEholdingsResource.pm index 2801e583bd6..c505d876af2 100644 --- a/Koha/Schema/Result/ErmEholdingsResource.pm +++ b/Koha/Schema/Result/ErmEholdingsResource.pm @@ -179,6 +179,7 @@ Missing POD for koha_objects_class. sub koha_objects_class { 'Koha::ERM::EHoldings::Resources'; } + =head2 koha_object_class Missing POD for koha_object_class. diff --git a/Koha/Schema/Result/ErmEholdingsTitle.pm b/Koha/Schema/Result/ErmEholdingsTitle.pm index ca352214dca..d8b2ef732b1 100644 --- a/Koha/Schema/Result/ErmEholdingsTitle.pm +++ b/Koha/Schema/Result/ErmEholdingsTitle.pm @@ -306,6 +306,7 @@ Missing POD for koha_objects_class. sub koha_objects_class { 'Koha::ERM::EHoldings::Titles'; } + =head2 koha_object_class Missing POD for koha_object_class. diff --git a/Koha/Schema/Result/ErmLicense.pm b/Koha/Schema/Result/ErmLicense.pm index 9fe540f122d..944ed722023 100644 --- a/Koha/Schema/Result/ErmLicense.pm +++ b/Koha/Schema/Result/ErmLicense.pm @@ -231,6 +231,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::ERM::License'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/ErmUsageDataProvider.pm b/Koha/Schema/Result/ErmUsageDataProvider.pm index b570d7283e4..2cdbc02030a 100644 --- a/Koha/Schema/Result/ErmUsageDataProvider.pm +++ b/Koha/Schema/Result/ErmUsageDataProvider.pm @@ -354,6 +354,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::ERM::EUsage::UsageDataProvider'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/ErmUsageMus.pm b/Koha/Schema/Result/ErmUsageMus.pm index 264cc4c1fe5..9b76ee0083e 100644 --- a/Koha/Schema/Result/ErmUsageMus.pm +++ b/Koha/Schema/Result/ErmUsageMus.pm @@ -283,6 +283,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::ERM::EUsage::MonthlyUsage'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/ErmUsageTitle.pm b/Koha/Schema/Result/ErmUsageTitle.pm index a23fb6d92c5..7f85e24dd7f 100644 --- a/Koha/Schema/Result/ErmUsageTitle.pm +++ b/Koha/Schema/Result/ErmUsageTitle.pm @@ -220,6 +220,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::ERM::EUsage::UsageTitle'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/ErmUsageYus.pm b/Koha/Schema/Result/ErmUsageYus.pm index eedd05dbab5..de9c7fb09fa 100644 --- a/Koha/Schema/Result/ErmUsageYus.pm +++ b/Koha/Schema/Result/ErmUsageYus.pm @@ -274,6 +274,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::ERM::EUsage::YearlyUsage'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/ErmUserRole.pm b/Koha/Schema/Result/ErmUserRole.pm index b6a6f78c6af..89e10eb0d73 100644 --- a/Koha/Schema/Result/ErmUserRole.pm +++ b/Koha/Schema/Result/ErmUserRole.pm @@ -160,6 +160,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::ERM::UserRole'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/ExportFormat.pm b/Koha/Schema/Result/ExportFormat.pm index c416c67cb0f..1e5490ac0b9 100644 --- a/Koha/Schema/Result/ExportFormat.pm +++ b/Koha/Schema/Result/ExportFormat.pm @@ -158,6 +158,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::CsvProfile'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/HoldCancellationRequest.pm b/Koha/Schema/Result/HoldCancellationRequest.pm index a382c6bafdb..5771d9da8b2 100644 --- a/Koha/Schema/Result/HoldCancellationRequest.pm +++ b/Koha/Schema/Result/HoldCancellationRequest.pm @@ -96,6 +96,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Hold::CancellationRequest'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/HouseboundProfile.pm b/Koha/Schema/Result/HouseboundProfile.pm index 413c2e48a1c..016ff30db31 100644 --- a/Koha/Schema/Result/HouseboundProfile.pm +++ b/Koha/Schema/Result/HouseboundProfile.pm @@ -158,6 +158,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Patron::HouseboundProfile'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/HouseboundRole.pm b/Koha/Schema/Result/HouseboundRole.pm index b62165f3ac8..ef072c0cd14 100644 --- a/Koha/Schema/Result/HouseboundRole.pm +++ b/Koha/Schema/Result/HouseboundRole.pm @@ -100,6 +100,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Patron::HouseboundRole'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/HouseboundVisit.pm b/Koha/Schema/Result/HouseboundVisit.pm index fde83181b6c..2564a53be0a 100644 --- a/Koha/Schema/Result/HouseboundVisit.pm +++ b/Koha/Schema/Result/HouseboundVisit.pm @@ -170,6 +170,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Patron::HouseboundVisit'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/IdentityProvider.pm b/Koha/Schema/Result/IdentityProvider.pm index 1d6dd742893..ac9c02edaab 100644 --- a/Koha/Schema/Result/IdentityProvider.pm +++ b/Koha/Schema/Result/IdentityProvider.pm @@ -177,6 +177,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Auth::Identity::Provider'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/IdentityProviderDomain.pm b/Koha/Schema/Result/IdentityProviderDomain.pm index 32a5baf1b42..5fbc58684c8 100644 --- a/Koha/Schema/Result/IdentityProviderDomain.pm +++ b/Koha/Schema/Result/IdentityProviderDomain.pm @@ -225,6 +225,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Auth::Identity::Provider::Domain'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/Illcomment.pm b/Koha/Schema/Result/Illcomment.pm index 61f5af22234..db0a9dbaac4 100644 --- a/Koha/Schema/Result/Illcomment.pm +++ b/Koha/Schema/Result/Illcomment.pm @@ -141,7 +141,7 @@ __PACKAGE__->belongs_to( # Created by DBIx::Class::Schema::Loader v0.07049 @ 2021-01-21 13:39:29 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:z5Y6mVTLtrYxmqmyAc/E7A -# + =head2 koha_objects_class Missing POD for koha_objects_class. @@ -151,6 +151,7 @@ Missing POD for koha_objects_class. sub koha_objects_class { 'Koha::ILL::Comments'; } + =head2 koha_object_class Missing POD for koha_object_class. diff --git a/Koha/Schema/Result/ImportAuth.pm b/Koha/Schema/Result/ImportAuth.pm index 707a6aa75fd..15a4d71bcd4 100644 --- a/Koha/Schema/Result/ImportAuth.pm +++ b/Koha/Schema/Result/ImportAuth.pm @@ -109,6 +109,7 @@ Missing POD for koha_objects_class. sub koha_objects_class { 'Koha::Import::Record::Auths'; } + =head2 koha_object_class Missing POD for koha_object_class. diff --git a/Koha/Schema/Result/ImportBiblio.pm b/Koha/Schema/Result/ImportBiblio.pm index 5b9a3f0a405..54c45359d07 100644 --- a/Koha/Schema/Result/ImportBiblio.pm +++ b/Koha/Schema/Result/ImportBiblio.pm @@ -137,6 +137,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Import::Record::Biblio'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/ImportItem.pm b/Koha/Schema/Result/ImportItem.pm index 70114c23392..a68a6019795 100644 --- a/Koha/Schema/Result/ImportItem.pm +++ b/Koha/Schema/Result/ImportItem.pm @@ -129,6 +129,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Import::Record::Item'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/ImportRecord.pm b/Koha/Schema/Result/ImportRecord.pm index 35f7b530a8f..8a684b5e284 100644 --- a/Koha/Schema/Result/ImportRecord.pm +++ b/Koha/Schema/Result/ImportRecord.pm @@ -274,6 +274,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Import::Record'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/ImportRecordMatch.pm b/Koha/Schema/Result/ImportRecordMatch.pm index b4b4f5371b3..9e9f2b1e934 100644 --- a/Koha/Schema/Result/ImportRecordMatch.pm +++ b/Koha/Schema/Result/ImportRecordMatch.pm @@ -114,6 +114,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Import::Record::Match'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/Issue.pm b/Koha/Schema/Result/Issue.pm index d3a288ae8b7..c1139ea51db 100644 --- a/Koha/Schema/Result/Issue.pm +++ b/Koha/Schema/Result/Issue.pm @@ -434,6 +434,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Checkout'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/Item.pm b/Koha/Schema/Result/Item.pm index e9c042f1dad..f01490260e1 100644 --- a/Koha/Schema/Result/Item.pm +++ b/Koha/Schema/Result/Item.pm @@ -1077,6 +1077,7 @@ __PACKAGE__->might_have( ); use C4::Context; + =head2 effective_itemtype Missing POD for effective_itemtype. diff --git a/Koha/Schema/Result/ItemGroup.pm b/Koha/Schema/Result/ItemGroup.pm index 2419441280e..21fe38282b5 100644 --- a/Koha/Schema/Result/ItemGroup.pm +++ b/Koha/Schema/Result/ItemGroup.pm @@ -184,6 +184,7 @@ Missing POD for koha_objects_class. sub koha_objects_class { 'Koha::Biblio::ItemGroups'; } + =head2 koha_object_class Missing POD for koha_object_class. diff --git a/Koha/Schema/Result/ItemGroupItem.pm b/Koha/Schema/Result/ItemGroupItem.pm index bde8e89e29a..9e088d95c32 100644 --- a/Koha/Schema/Result/ItemGroupItem.pm +++ b/Koha/Schema/Result/ItemGroupItem.pm @@ -141,6 +141,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Biblio::ItemGroup::Item'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/Itemtype.pm b/Koha/Schema/Result/Itemtype.pm index 5b2b9170d95..7e69f304abc 100644 --- a/Koha/Schema/Result/Itemtype.pm +++ b/Koha/Schema/Result/Itemtype.pm @@ -382,6 +382,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::ItemType'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/Letter.pm b/Koha/Schema/Result/Letter.pm index 96e0984493a..bf9a42bb6c5 100644 --- a/Koha/Schema/Result/Letter.pm +++ b/Koha/Schema/Result/Letter.pm @@ -253,6 +253,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Notice::Template'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/LibraryGroup.pm b/Koha/Schema/Result/LibraryGroup.pm index 63d2692fd5f..8c4167477f4 100644 --- a/Koha/Schema/Result/LibraryGroup.pm +++ b/Koha/Schema/Result/LibraryGroup.pm @@ -278,6 +278,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Library::Group'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/LibraryHour.pm b/Koha/Schema/Result/LibraryHour.pm index ea666d7c9a4..6bb55299e70 100644 --- a/Koha/Schema/Result/LibraryHour.pm +++ b/Koha/Schema/Result/LibraryHour.pm @@ -109,6 +109,7 @@ Missing POD for koha_objects_class. sub koha_objects_class { 'Koha::Library::Hours'; } + =head2 koha_object_class Missing POD for koha_object_class. diff --git a/Koha/Schema/Result/Linktracker.pm b/Koha/Schema/Result/Linktracker.pm index b1e1e9eb5dd..84b2660d922 100644 --- a/Koha/Schema/Result/Linktracker.pm +++ b/Koha/Schema/Result/Linktracker.pm @@ -178,6 +178,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::TrackedLink'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/Message.pm b/Koha/Schema/Result/Message.pm index 9fdc70e923b..43541080bb3 100644 --- a/Koha/Schema/Result/Message.pm +++ b/Koha/Schema/Result/Message.pm @@ -179,6 +179,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Patron::Message'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/MessageAttribute.pm b/Koha/Schema/Result/MessageAttribute.pm index 37a4965802d..3527ef741f9 100644 --- a/Koha/Schema/Result/MessageAttribute.pm +++ b/Koha/Schema/Result/MessageAttribute.pm @@ -127,6 +127,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Patron::MessagePreference::Attribute'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/MessageQueue.pm b/Koha/Schema/Result/MessageQueue.pm index adcd9d075cb..427a7398dd4 100644 --- a/Koha/Schema/Result/MessageQueue.pm +++ b/Koha/Schema/Result/MessageQueue.pm @@ -256,6 +256,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Notice::Message'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/MessageTransport.pm b/Koha/Schema/Result/MessageTransport.pm index 15575c13ee3..20037fbdd66 100644 --- a/Koha/Schema/Result/MessageTransport.pm +++ b/Koha/Schema/Result/MessageTransport.pm @@ -144,6 +144,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Patron::MessagePreference::Transport'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/MessageTransportType.pm b/Koha/Schema/Result/MessageTransportType.pm index e3f91148d1c..988bc5584c0 100644 --- a/Koha/Schema/Result/MessageTransportType.pm +++ b/Koha/Schema/Result/MessageTransportType.pm @@ -165,6 +165,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Patron::MessagePreference::Transport::Type'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/NeedMergeAuthority.pm b/Koha/Schema/Result/NeedMergeAuthority.pm index b38c2b8f9c1..bea49a4604c 100644 --- a/Koha/Schema/Result/NeedMergeAuthority.pm +++ b/Koha/Schema/Result/NeedMergeAuthority.pm @@ -114,6 +114,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Authority::MergeRequest'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/OaiServer.pm b/Koha/Schema/Result/OaiServer.pm index a55a25f3540..9c8e8005360 100644 --- a/Koha/Schema/Result/OaiServer.pm +++ b/Koha/Schema/Result/OaiServer.pm @@ -133,6 +133,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::OAIServer'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/OauthAccessToken.pm b/Koha/Schema/Result/OauthAccessToken.pm index 75fc81cb307..5ad6043dd8d 100644 --- a/Koha/Schema/Result/OauthAccessToken.pm +++ b/Koha/Schema/Result/OauthAccessToken.pm @@ -82,6 +82,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::OAuthAccessToken'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/OldIssue.pm b/Koha/Schema/Result/OldIssue.pm index 82718e86dd8..e493749b146 100644 --- a/Koha/Schema/Result/OldIssue.pm +++ b/Koha/Schema/Result/OldIssue.pm @@ -414,6 +414,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Old::Checkout'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/OldReserve.pm b/Koha/Schema/Result/OldReserve.pm index 70a035e72b1..5d90798fcd3 100644 --- a/Koha/Schema/Result/OldReserve.pm +++ b/Koha/Schema/Result/OldReserve.pm @@ -504,6 +504,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Old::Hold'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/Overduerule.pm b/Koha/Schema/Result/Overduerule.pm index 82eac9e5f3e..fc7dfe166fb 100644 --- a/Koha/Schema/Result/Overduerule.pm +++ b/Koha/Schema/Result/Overduerule.pm @@ -207,6 +207,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::OverdueRule'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/PatronConsent.pm b/Koha/Schema/Result/PatronConsent.pm index 1b23c4be834..1a247c643c6 100644 --- a/Koha/Schema/Result/PatronConsent.pm +++ b/Koha/Schema/Result/PatronConsent.pm @@ -119,6 +119,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Patron::Consent'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/Patronimage.pm b/Koha/Schema/Result/Patronimage.pm index e98e6ded7c5..2477b06cf44 100644 --- a/Koha/Schema/Result/Patronimage.pm +++ b/Koha/Schema/Result/Patronimage.pm @@ -99,6 +99,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Patron::Image'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/PluginData.pm b/Koha/Schema/Result/PluginData.pm index 2e1695580af..c6654d2f598 100644 --- a/Koha/Schema/Result/PluginData.pm +++ b/Koha/Schema/Result/PluginData.pm @@ -79,6 +79,7 @@ Missing POD for koha_objects_class. sub koha_objects_class { 'Koha::Plugins::Datas'; } + =head2 koha_object_class Missing POD for koha_object_class. diff --git a/Koha/Schema/Result/PluginMethod.pm b/Koha/Schema/Result/PluginMethod.pm index 4a75e05144a..9a7d5cef69f 100644 --- a/Koha/Schema/Result/PluginMethod.pm +++ b/Koha/Schema/Result/PluginMethod.pm @@ -71,6 +71,7 @@ Missing POD for koha_objects_class. sub koha_objects_class { 'Koha::Plugins::Methods'; } + =head2 koha_object_class Missing POD for koha_object_class. diff --git a/Koha/Schema/Result/PreservationProcessing.pm b/Koha/Schema/Result/PreservationProcessing.pm index 9937a3507e8..9c954bb3763 100644 --- a/Koha/Schema/Result/PreservationProcessing.pm +++ b/Koha/Schema/Result/PreservationProcessing.pm @@ -130,6 +130,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Preservation::Processing'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/PreservationProcessingAttribute.pm b/Koha/Schema/Result/PreservationProcessingAttribute.pm index 139cc08baf5..3a2e0b17de9 100644 --- a/Koha/Schema/Result/PreservationProcessingAttribute.pm +++ b/Koha/Schema/Result/PreservationProcessingAttribute.pm @@ -141,6 +141,7 @@ Missing POD for koha_objects_class. sub koha_objects_class { 'Koha::Preservation::Processing::Attributes'; } + =head2 koha_object_class Missing POD for koha_object_class. diff --git a/Koha/Schema/Result/PreservationProcessingAttributesItem.pm b/Koha/Schema/Result/PreservationProcessingAttributesItem.pm index 320293b7dea..ed1c75dbe1d 100644 --- a/Koha/Schema/Result/PreservationProcessingAttributesItem.pm +++ b/Koha/Schema/Result/PreservationProcessingAttributesItem.pm @@ -125,6 +125,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Preservation::Train::Item::Attribute'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/PreservationTrain.pm b/Koha/Schema/Result/PreservationTrain.pm index b097de0f73c..b472c92fd20 100644 --- a/Koha/Schema/Result/PreservationTrain.pm +++ b/Koha/Schema/Result/PreservationTrain.pm @@ -199,6 +199,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Preservation::Train'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/PreservationTrainsItem.pm b/Koha/Schema/Result/PreservationTrainsItem.pm index 10a54d7b063..6c34fbe0d27 100644 --- a/Koha/Schema/Result/PreservationTrainsItem.pm +++ b/Koha/Schema/Result/PreservationTrainsItem.pm @@ -199,6 +199,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Preservation::Train::Item'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/Reserve.pm b/Koha/Schema/Result/Reserve.pm index 9a2d3af4576..b37465467d2 100644 --- a/Koha/Schema/Result/Reserve.pm +++ b/Koha/Schema/Result/Reserve.pm @@ -515,6 +515,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Hold'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/RestrictionType.pm b/Koha/Schema/Result/RestrictionType.pm index 53e53b41cff..c4e38eb4117 100644 --- a/Koha/Schema/Result/RestrictionType.pm +++ b/Koha/Schema/Result/RestrictionType.pm @@ -123,6 +123,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Patron::Restriction::Type'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/ReturnClaim.pm b/Koha/Schema/Result/ReturnClaim.pm index fbf175d8cba..db48ff29fa8 100644 --- a/Koha/Schema/Result/ReturnClaim.pm +++ b/Koha/Schema/Result/ReturnClaim.pm @@ -342,6 +342,7 @@ Missing POD for koha_objects_class. sub koha_objects_class { 'Koha::Checkouts::ReturnClaims'; } + =head2 koha_object_class Missing POD for koha_object_class. diff --git a/Koha/Schema/Result/SavedSql.pm b/Koha/Schema/Result/SavedSql.pm index ec16119bcf6..6f75ae3b31d 100644 --- a/Koha/Schema/Result/SavedSql.pm +++ b/Koha/Schema/Result/SavedSql.pm @@ -202,6 +202,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Report'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/Serialitem.pm b/Koha/Schema/Result/Serialitem.pm index d317d0c4b35..782e910c507 100644 --- a/Koha/Schema/Result/Serialitem.pm +++ b/Koha/Schema/Result/Serialitem.pm @@ -101,6 +101,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Serial::Item'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/SmsProvider.pm b/Koha/Schema/Result/SmsProvider.pm index f2bc8e8f896..9eb0c8dfb4d 100644 --- a/Koha/Schema/Result/SmsProvider.pm +++ b/Koha/Schema/Result/SmsProvider.pm @@ -108,6 +108,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::SMS::Provider'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/Stockrotationitem.pm b/Koha/Schema/Result/Stockrotationitem.pm index a0c9cc22fd9..9d7ba9739f7 100644 --- a/Koha/Schema/Result/Stockrotationitem.pm +++ b/Koha/Schema/Result/Stockrotationitem.pm @@ -130,6 +130,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::StockRotationItem'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/Stockrotationrota.pm b/Koha/Schema/Result/Stockrotationrota.pm index 4c1d01b89de..25b29c0edb2 100644 --- a/Koha/Schema/Result/Stockrotationrota.pm +++ b/Koha/Schema/Result/Stockrotationrota.pm @@ -138,6 +138,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::StockRotationRota'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/Stockrotationstage.pm b/Koha/Schema/Result/Stockrotationstage.pm index 18414bc30bf..be4273f8071 100644 --- a/Koha/Schema/Result/Stockrotationstage.pm +++ b/Koha/Schema/Result/Stockrotationstage.pm @@ -155,6 +155,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::StockRotationStage'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/SubscriptionFrequency.pm b/Koha/Schema/Result/SubscriptionFrequency.pm index 4057cc2b5cb..45e27bf6500 100644 --- a/Koha/Schema/Result/SubscriptionFrequency.pm +++ b/Koha/Schema/Result/SubscriptionFrequency.pm @@ -120,6 +120,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Subscription::Frequency'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/SubscriptionNumberpattern.pm b/Koha/Schema/Result/SubscriptionNumberpattern.pm index d18d7a4d12b..81a19fc4c37 100644 --- a/Koha/Schema/Result/SubscriptionNumberpattern.pm +++ b/Koha/Schema/Result/SubscriptionNumberpattern.pm @@ -240,6 +240,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Subscription::Numberpattern'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/Subscriptionhistory.pm b/Koha/Schema/Result/Subscriptionhistory.pm index ce5b47ae8a1..382143a272f 100644 --- a/Koha/Schema/Result/Subscriptionhistory.pm +++ b/Koha/Schema/Result/Subscriptionhistory.pm @@ -145,6 +145,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Subscription::History'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/Subscriptionroutinglist.pm b/Koha/Schema/Result/Subscriptionroutinglist.pm index 4289507f754..0c8f02ce7d9 100644 --- a/Koha/Schema/Result/Subscriptionroutinglist.pm +++ b/Koha/Schema/Result/Subscriptionroutinglist.pm @@ -140,6 +140,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Subscription::Routinglist'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/Systempreference.pm b/Koha/Schema/Result/Systempreference.pm index 747cec7162d..49dac739db0 100644 --- a/Koha/Schema/Result/Systempreference.pm +++ b/Koha/Schema/Result/Systempreference.pm @@ -101,6 +101,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Config::SysPref'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/TagAll.pm b/Koha/Schema/Result/TagAll.pm index bee585faff6..239d084dd6a 100644 --- a/Koha/Schema/Result/TagAll.pm +++ b/Koha/Schema/Result/TagAll.pm @@ -153,6 +153,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Tag'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/TagsApproval.pm b/Koha/Schema/Result/TagsApproval.pm index 6be547c7d3d..6edea9d3597 100644 --- a/Koha/Schema/Result/TagsApproval.pm +++ b/Koha/Schema/Result/TagsApproval.pm @@ -144,6 +144,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Tags::Approval'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/TagsIndex.pm b/Koha/Schema/Result/TagsIndex.pm index 975d55ad9b3..509997e5116 100644 --- a/Koha/Schema/Result/TagsIndex.pm +++ b/Koha/Schema/Result/TagsIndex.pm @@ -118,6 +118,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Tags::Index'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/TicketUpdate.pm b/Koha/Schema/Result/TicketUpdate.pm index 011afb531b8..d3f9927786c 100644 --- a/Koha/Schema/Result/TicketUpdate.pm +++ b/Koha/Schema/Result/TicketUpdate.pm @@ -198,6 +198,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Ticket::Update'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/Virtualshelve.pm b/Koha/Schema/Result/Virtualshelve.pm index 0fbc1742fd7..0680cd05867 100644 --- a/Koha/Schema/Result/Virtualshelve.pm +++ b/Koha/Schema/Result/Virtualshelve.pm @@ -231,6 +231,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Virtualshelf'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Schema/Result/Z3950server.pm b/Koha/Schema/Result/Z3950server.pm index 1f18f26d4da..592e40a255e 100644 --- a/Koha/Schema/Result/Z3950server.pm +++ b/Koha/Schema/Result/Z3950server.pm @@ -238,6 +238,7 @@ Missing POD for koha_object_class. sub koha_object_class { 'Koha::Z3950Server'; } + =head2 koha_objects_class Missing POD for koha_objects_class. diff --git a/Koha/Template/Plugin/AuthorisedValues.pm b/Koha/Template/Plugin/AuthorisedValues.pm index 8f3841ba753..5fe23da19c4 100644 --- a/Koha/Template/Plugin/AuthorisedValues.pm +++ b/Koha/Template/Plugin/AuthorisedValues.pm @@ -35,12 +35,6 @@ sub GetByCode { : $code; } -=head2 Get - -Missing POD for Get. - -=cut - sub Get { my ( $self, $category, $selected, $opac ) = @_; return GetAuthorisedValues( $category, $selected, $opac ); @@ -60,12 +54,6 @@ sub GetAuthValueDropbox { ); } -=head2 GetCategories - -Missing POD for GetCategories. - -=cut - sub GetCategories { my ( $self, $params ) = @_; my $selected = $params->{selected}; @@ -122,10 +110,18 @@ Koha::Template::Plugin::AuthorisedValues - TT Plugin for authorised values In a template, you can get the description for an authorised value with the following TT code: [% AuthorisedValues.GetByCode( 'CATEGORY', 'AUTHORISED_VALUE_CODE', 'IS_OPAC' ) %] +=head2 Get + +Missing POD for Get. + =head2 GetAuthValueDropbox The parameters are identical to those used by the subroutine C4::Koha::GetAuthValueDropbox +=head2 GetCategories + +Missing POD for GetCategories. + =head2 GetDescriptionsByKohaField The parameters are identical to those used by the subroutine Koha::AuthorisedValues->get_descriptions_by_koha_field diff --git a/t/lib/QA/TemplateFilters.pm b/t/lib/QA/TemplateFilters.pm index bb0a551f635..1339ab6dd01 100644 --- a/t/lib/QA/TemplateFilters.pm +++ b/t/lib/QA/TemplateFilters.pm @@ -122,12 +122,6 @@ sub _process_tt_content { return { errors => \@errors, new_content => $new_content }; } -=head2 process_tt_block - -Missing POD for process_tt_block. - -=cut - sub process_tt_block { my ( $line, $params ) = @_; my $tt_block = $params->{tt_block}; @@ -280,6 +274,9 @@ and to not duplicate the code. * line is the line where the error has been found. * line_number is the line number where the error has been found. +=head2 process_tt_block + +Missing POD for process_tt_block. =head1 AUTHORS diff --git a/t/lib/Selenium.pm b/t/lib/Selenium.pm index ac2d13e61ce..260592bc084 100644 --- a/t/lib/Selenium.pm +++ b/t/lib/Selenium.pm @@ -73,12 +73,6 @@ sub remove_error_handler { $self->{driver}->error_handler( sub { } ); } -=head2 config - -Missing POD for config. - -=cut - sub config { return { login => $ENV{KOHA_USER} || 'koha', @@ -103,12 +97,6 @@ sub auth { $login_button->click(); } -=head2 opac_auth - -Missing POD for opac_auth. - -=cut - sub opac_auth { my ( $self, $login, $password ) = @_; @@ -309,12 +297,6 @@ sub click_when_visible { $elt->click unless $clicked; # finally Raise the error } -=head2 max_retries - -Missing POD for max_retries. - -=cut - sub max_retries { 10 } =head1 NAME @@ -438,6 +420,18 @@ It will remove any kinds of error raised by the driver. It can be useful in some cases, for instance if you want to make sure something will not happen and that could make the driver exploses otherwise. You certainly should call it for only one statement then must call add_error_handler right after. +=head2 config + +Missing POD for config. + +=head2 opac_auth + +Missing POD for opac_auth. + +=head2 max_retries + +Missing POD for max_retries. + =head1 AUTHORS Jonathan Druart diff --git a/t/lib/TestBuilder.pm b/t/lib/TestBuilder.pm index 94b81b7dfb7..58ce08c5b89 100644 --- a/t/lib/TestBuilder.pm +++ b/t/lib/TestBuilder.pm @@ -161,12 +161,6 @@ sub build { ); } -=head2 build_sample_biblio - -Missing POD for build_sample_biblio. - -=cut - sub build_sample_biblio { my ( $self, $args ) = @_; @@ -198,12 +192,6 @@ sub build_sample_biblio { return Koha::Biblios->find($biblio_id); } -=head2 build_sample_item - -Missing POD for build_sample_item. - -=cut - sub build_sample_item { my ( $self, $args ) = @_; @@ -602,12 +590,6 @@ sub _gen_text { return $random->randregex($regex); } -=head2 alt_rand - -Missing POD for alt_rand. - -=cut - sub alt_rand { #Alternative randomizer my ($max) = @_; my $random = Bytes::Random::Secure->new( NonBlocking => 1 ); @@ -830,6 +812,14 @@ if a record with that primary key already exists. Given a plural Koha::Object-derived class, it creates a random element, and returns the corresponding Koha::Object. +=head2 build_sample_biblio + +Missing POD for build_sample_biblio. + +=head2 build_sample_item + +Missing POD for build_sample_item. + =head2 build_sample_ill_request my $ill_request = $builder->build_sample_ill_request({ biblio_id => $biblio_id }); @@ -848,6 +838,10 @@ C<$args> is a hashref with the following optional keys: =back +=head2 alt_rand + +Missing POD for alt_rand. + =head1 AUTHOR Yohann Dufour -- 2.34.1