Bug 11820: remove dead code in basket group management
authorGalen Charlton <gmc@esilibrary.com>
Fri, 21 Feb 2014 20:07:01 +0000 (20:07 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 12 Mar 2014 14:27:39 +0000 (14:27 +0000)
commitcd21ac754223f9edd4b16e7a9d247ba3e21330ed
tree3c1b5436691dd36b79f42ef4fd958610dbc21eeb
parent6c264b24d12bafb8d0bc6eecdc7e188a622d7389
Bug 11820: remove dead code in basket group management

There was some code in acqui/basketgroup.pl that was apparently
intended to let one create a basket group for no (or an unknown)
vendor.  However, this code was never reached, as there is nothing
in the templates that invokes basketgroup.pl with 'add' as the
operation that doesn't also pass the vendor ID along.

This patch removes that dead code.

To test:

[1] Create a new basket group for a vendor and verify that it is
    created correctly.
[2] Edit an existing basket group, including moving baskets in and
    and out of, and verify that it works.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
No regressions found, passes all tests and QA script.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
acqui/basketgroup.pl