Bug 18570: (QA follow-up) Improved POD
authorMark Tompsett <mtompset@hotmail.com>
Fri, 9 Mar 2018 11:54:16 +0000 (11:54 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Mon, 23 Apr 2018 22:24:04 +0000 (22:24 +0000)
commit4fe8810dbc4153dbc2a6eac064e60878b97fe347
treebbb15f48b06b584baa45bf5812c9f5156c675235
parentf2106cc732fd085f33ac3b25be3610ff8ccfe0c6
Bug 18570: (QA follow-up) Improved POD

This tweaks the perldoc for SendQueuedMessages and adds
some for _get_unsent_messages.

TEST PLAN
---------

perldoc C4::Letters
-- look at _add_attachments (ugly), _get_unsent_messages (non-existent),
   SendQueuedMessages (no reference to borrowernumber or letter_code).
apply patch
perldoc C4::Letters
-- confirm that SendQueuedMessages and _get_unsent_messages
   have reasonable POD information.
-- notice how _add_attachments' POD is now readable

run koha qa test tools

Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
C4/Letters.pm