]> 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)
committerKatrin Fischer <katrin.fischer.83@web.de>
Mon, 5 Jun 2017 12:55:19 +0000 (14:55 +0200)
commita4e1c502726a23c31f7c2084577b30aa376b3124
tree314c0aed4dc20800f8c16e623837e9a3f820f13d
parent1f2bf282bf29bbc1fd4ed8f15e9217573543dc0e
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: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit 8ed599113c7592ec2e2227e3a7265a7e9cc9ca0e)
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
C4/Acquisition.pm