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)
committerBill Erickson <berickxx@gmail.com>
Fri, 4 Aug 2017 15:18:54 +0000 (11:18 -0400)
commitde76c53521e34f15c641d4285908da4f626f61fb
tree43f65519e75b565306bb2d5a6fa69a38a5e54622
parentaa139defa54c613444af14bc083b45803abbba2a
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>
Open-ILS/web/js/ui/default/acq/common/li_table.js
Open-ILS/web/js/ui/default/acq/picklist/view.js