]> git.evergreen-ils.org Git - Evergreen.git/commit
Default number of ACQ copies per provider
authorBill Erickson <berick@esilibrary.com>
Wed, 30 Jan 2013 14:36:17 +0000 (09:36 -0500)
committerBill Erickson <berick@esilibrary.com>
Mon, 11 Mar 2013 13:08:25 +0000 (09:08 -0400)
commitb6425d785d603adb587affd7437f9289fb8cbc20
treed40e6d54cabd3dfc466dc4382848431e9e60200a
parentcd28d0a15d63626e09e1577b1cc9db239bb0ffa8
Default number of ACQ copies per provider

Acquisitions providers have a new "Default # Copies" field.  When the value
is set, this number of copies will be automatically added to each lineitem
added to a purchase order for the provider.  This takes place during PO
creation from a selection list or existing bib record and when a lineitem is
added to an existing purchase order.  If a lineitem already has copies
attached, no default copies are added.

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Open-ILS/examples/fm_IDL.xml
Open-ILS/src/perlmods/lib/OpenILS/Application/Acq/Lineitem.pm
Open-ILS/src/perlmods/lib/OpenILS/Application/Acq/Order.pm
Open-ILS/src/sql/Pg/200.schema.acq.sql
Open-ILS/src/sql/Pg/upgrade/XXXX.schema.provider_copy_count.sql [new file with mode: 0644]
docs/RELEASE_NOTES_NEXT/acq_default_copy_count.txt [new file with mode: 0644]