]> git.evergreen-ils.org Git - working/Evergreen.git/commit
ACQ Upload import-copy option
authorBill Erickson <berick@esilibrary.com>
Mon, 26 Mar 2012 15:29:08 +0000 (11:29 -0400)
committerMike Rylander <mrylander@gmail.com>
Sun, 1 Apr 2012 02:30:49 +0000 (22:30 -0400)
commitb922420e98cfb3fefdba1987c3c5d20dd5493ece
tree52c547553d1c0865130f74f9df76f611e4c051bb
parent71ddf873dcb5127cb68843289b853fed60ed68fa
ACQ Upload import-copy option

With the addition of the new Vandelay features in ACQ, the "Load bibs
and Items" option was replaced with Vandeley import options.  In the
context of ACQ, however, Vandelay is only concerned with importing bibs
and not copies.  Subsequently, the user lost the ability to both create
catalog records and catalog copies in one step during ACQ upload.

The patch remedies that by providing a new "Load Items for Imported
Records" option within the upload page.  When enabled, all successfully
loaded ACQ copies will also be imported as real/catalog copies.

Note that it's only added to the upload page, because all other ACQ
interfaces assume that both bibs and copies should be created (e.g.
during PO activation).

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/perlmods/lib/OpenILS/Application/Acq/Order.pm
Open-ILS/src/templates/acq/common/vlagent.tt2
Open-ILS/src/templates/acq/picklist/upload.tt2
Open-ILS/web/js/ui/default/acq/common/vlagent.js