Bug 10723: Merge GetPendingOrders and SearchOrders routines
authorJonathan Druart <jonathan.druart@biblibre.com>
Wed, 14 Aug 2013 08:43:07 +0000 (10:43 +0200)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 21 Oct 2013 18:24:32 +0000 (18:24 +0000)
commit4820462185a01cf33eb3329686fc1fc2172d8f25
treed6daeb5bd3511670f132732c7408a4aaa35578d2
parent9d7d3085ecfa9d989dc039a895e83a69b00f42a9
Bug 10723: Merge GetPendingOrders and SearchOrders routines

In the C4::Acquisition module, 2 routines do the same work. This patch
merges these 2 routines.

Test plan:
test the acqui/orderreceive.pl, acqui/uncertainprice.pl
and serials/acqui-search-result.pl, acqui/parcel.pl scripts.

Note: on acqui/parcel the basket filter is a search on basket name (was
on basket id, which was not relevant).

Signed-off-by: Pierre Angot <tredok.pierre@gmail.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Passes koha-qa.pm, no adverse bahaviors noted. All sub calls updated.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
C4/Acquisition.pm
acqui/orderreceive.pl
acqui/parcel.pl
acqui/uncertainprice.pl
serials/acqui-search-result.pl
t/db_dependent/Acquisition.t