Bug 5395: Update C4::Acquisition::SearchOrders POD
authorMark Tompsett <mtompset@hotmail.com>
Wed, 24 May 2017 05:54:02 +0000 (01:54 -0400)
committerKyle M Hall <kyle@bywatersolutions.com>
Mon, 29 May 2017 02:31:21 +0000 (22:31 -0400)
commit8ed599113c7592ec2e2227e3a7265a7e9cc9ca0e
tree111bdd6a08253a8158f15bb7a764eb444af69d05
parent9026169a235aa8133660ef649d98d8cedc5a4692
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>
C4/Acquisition.pm