]> git.koha-community.org Git - koha.git/commit
Bug 9824 - Hide basket with no expected items in basqket list by bookseller
authorLyon3 Team <koha@univ-lyon3.fr>
Thu, 21 Mar 2013 13:47:43 +0000 (14:47 +0100)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Fri, 17 May 2013 11:59:19 +0000 (07:59 -0400)
commite1dbabdb7a3bc0ec92d629b862a077f1b6594fbb
treecca1797a6f498758a4ff0ef2f40b3f90896e3023
parent41beb7a569b3cf3be3814d55a648859828b1a49d
Bug 9824 - Hide basket with no expected items in basqket list by bookseller

Before patch you will see in acqui/booksellers.pl all the baskets ever
created.
After the patch you will see in acqui/booksellers.pl only the basket
with expected items.

Test plan :
* Create a basket with some orders lines
You should see this basket in acqui/booksellers.pl
* receive or cancel all the line in this basket
This basket shouldn't appear any more in acqui/booksellers.pl

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
(cherry picked from commit a0a6d6e64bca28b4d9bc668f614ed286b07327f9)

Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
C4/Acquisition.pm