LP#1350371 PO name on create w/ dupe detect
authorBill Erickson <berick@esilibrary.com>
Wed, 30 Jul 2014 19:02:22 +0000 (15:02 -0400)
committerKathy Lussier <klussier@masslnc.org>
Tue, 13 Jan 2015 18:29:30 +0000 (13:29 -0500)
commita031475ab5720f6f578c2ea59ab2a5e071298047
tree184bb0d06f788a1ab43e60d6451e479a03dc2e8b
parent523ac8e56cfb93077e20ba8dfc0fdc0b9b1ec49c
LP#1350371 PO name on create w/ dupe detect

Adds support for entering a PO name at PO creation time, both from the
picklist page and from the PO create page.  If a name is entered which
matches the name of an existing PO at or below the ordering agency, a
link to the matching PO is shown and the user is prevented from creating
the PO until the name is changed or cleared.

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Open-ILS/src/perlmods/lib/OpenILS/Application/Acq/Order.pm
Open-ILS/src/templates/acq/common/li_table.tt2
Open-ILS/web/js/dojo/openils/acq/nls/acq.js
Open-ILS/web/js/dojo/openils/widget/EditPane.js
Open-ILS/web/js/dojo/openils/widget/FilteringTreeSelect.js
Open-ILS/web/js/ui/default/acq/common/li_table.js
Open-ILS/web/js/ui/default/acq/po/create.js