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)
committerChris Hall <followingthepath@gmail.com>
Mon, 17 Jun 2013 07:49:55 +0000 (19:49 +1200)
commitb5ee276f9f9afcc002d7fe122fe22e4cb2f829f6
tree24dd067d20f2f0a1a555ea2d721998879d297944
parent34bcbce85138aa01b6092f889aee4bb8b5683113
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>
(cherry picked from commit e1dbabdb7a3bc0ec92d629b862a077f1b6594fbb)

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
(cherry picked from commit e1dbabdb7a3bc0ec92d629b862a077f1b6594fbb)

As this is requested, and applies well in 3.10.x, I push it with
it's followups.

Signed-off-by: Chris Hall <followingthepath@gmail.com>
(cherry picked from commit c80b91c3e0114dae1d09a158baa4cc8c81ac62ee)
C4/Acquisition.pm