Koha/serials
Jonathan Druart 469f36d38f Bug 12896: Move the bookseller-related code into Koha::Acquisition::Bookseller
The C4::Acquisition module should be exploded in order to add
readability and maintainability to this part of the code.

This patch is a POC, it introduces a new Koha::Acquisition::Bookseller module and put in
it the code from GetBookSeller and GetBookSellerFromId.

Test plan:
1/ Create a bookseller, modify it.
2/ Add contacts for this bookseller
3/ Create an order, receive it, transfer it
4/ Launch the prove command on all unit tests modified by this patch and
verify that all pass.

Signed-off-by: Paola Rossi <paola.rossi@cineca.it>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
2014-12-31 14:15:58 -03:00
..
acqui-search-result.pl Bug 12896: Move the bookseller-related code into Koha::Acquisition::Bookseller 2014-12-31 14:15:58 -03:00
acqui-search.pl
checkexpiration.pl
claims.pl Bug 12852: C4::Bookseller should not be imported anymore 2014-12-03 11:47:59 -03:00
create-numberpattern.pl
lateissues-export.pl
member-search.pl
reorder_members.pl
routing-preview.pl
routing.pl
serial-issues.pl
serials-collection.pl
serials-edit.pl
serials-home.pl
serials-recieve.pl
serials-search.pl
showpredictionpattern.pl
subscription-add.pl
subscription-bib-search.pl
subscription-detail.pl Bug 12896: Move the bookseller-related code into Koha::Acquisition::Bookseller 2014-12-31 14:15:58 -03:00
subscription-frequencies.pl
subscription-frequency.pl
subscription-history.pl
subscription-numberpattern.pl
subscription-numberpatterns.pl
subscription-renew.pl
viewalerts.pl