]> 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)
committerBernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Fri, 14 Jun 2013 01:15:17 +0000 (22:15 -0300)
commitc80b91c3e0114dae1d09a158baa4cc8c81ac62ee
tree91287fa984df9b270c9a5e7126aa99f5d9dd0db6
parent02fd26956b16720c135cc19362ca6aa2251f3d09
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.
C4/Acquisition.pm