]> git.koha-community.org Git - koha.git/commit
Bug 5395: Update C4::Acquisition::SearchOrders POD
authorMark Tompsett <mtompset@hotmail.com>
Wed, 24 May 2017 05:54:02 +0000 (01:54 -0400)
committerMason James <mtj@kohaaloha.com>
Sat, 29 Jul 2017 18:43:49 +0000 (06:43 +1200)
commit3acc91c744c69599c7f856bf0c49eb3a7f5a8333
treef5b396a20631f84b924c93c19b4c4365960f9dec
parentb5109dba404b2071aff5d007a04568cb3ce477a2
Bug 5395: Update C4::Acquisition::SearchOrders POD

Comparing the perldoc to the function:
- basketname
- basketgroupname
- budget_id
Were missing. This adds them.

Also, a description of ordernumber and search were
added, as they are not self-evident by their name
alone.

There are no code changes, so all tests should pass
or fail identically before and after patch.

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Fixed typo basetgroupname

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Mason James <mtj@kohaaloha.com>
C4/Acquisition.pm