]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP#1463166 Fix Batch update of Funds in Selection Lists
authorLiam Whalen <liam.whalen@bc.libraries.coop>
Sat, 19 Sep 2015 03:24:14 +0000 (20:24 -0700)
committerGalen Charlton <gmc@equinoxinitiative.org>
Tue, 8 Aug 2017 15:02:27 +0000 (11:02 -0400)
commitce1b7dd93e0230b5c789c0eb574417d591550238
tree30507234022f8e9a99a79f34bf7a36d4d5b021d1
parentf7deb92856e5c3e89f1112bf5b68ff307f04c524
LP#1463166 Fix Batch update of Funds in Selection Lists

Selection lists are currently unable to batch update funds.  The problem
stems from the fact that the Fund selection list is not populated in the
copy rows.  New code used to limit the number of funds, in the dropdown
list, to those funds available to the user was added for purchase
orders.  However, these changes were not added to Selection Lists.  This
code adds the new call to initBatchUpdater to the selection list code.

Signed-off-by: Liam Whalen <liam.whalen@bc.libraries.coop>
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/web/js/ui/default/acq/common/li_table.js
Open-ILS/web/js/ui/default/acq/picklist/view.js