https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42310
--- Comment #109 from Tomás Cohen Arazi (tcohen) <[email protected]> --- Created attachment 205819 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=205819&action=edit Bug 42310: (follow-up) Fix POD coverage for Koha::Checkouts::_type The koha-qa pod_coverage check flags 'sub _type has no pod coverage' in Koha/Checkouts.pm. The POD block above the sub was headed '=head3 type' while the sub is named '_type', so the documentation was not associated with the sub. Correct the heading to '=head3 _type' to match, mirroring the adjacent object_class POD. Signed-off-by: Tomás Cohen Arazi <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
