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>
Sun, 17 Sep 2017 20:26:25 +0000 (16:26 -0400)
commit825644e520803b8f07f11e44a8bca54f19ddb122
tree91c145216418eabb1db03d45cde902a77cef2d90
parentc0eb34a23815c048d1e55233f597c4d691003a58
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