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)
committerChris Sharp <csharp@georgialibraries.org>
Sat, 19 Nov 2016 12:41:28 +0000 (07:41 -0500)
commitd34bc8ed2472a33de074dc1de3825ae7c3a852fa
treea9edfd5c7dda88a6a657eceaa09528bb386f7d65
parent2ad6da76e03688a9526f4229d102ad396597a038
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>
Open-ILS/web/js/ui/default/acq/common/li_table.js
Open-ILS/web/js/ui/default/acq/picklist/view.js