LP#1463166 Fix Batch update of Funds in Selection Lists user/kmlussier/LP1463166_Selection_List_No_Funds
authorLiam Whalen <liam.whalen@bc.libraries.coop>
Sat, 19 Sep 2015 03:24:14 +0000 (20:24 -0700)
committerKathy Lussier <klussier@masslnc.org>
Mon, 26 Oct 2015 16:33:28 +0000 (12:33 -0400)
commit83879d8998663ff5dc7f62bb91f3312c93848015
tree772769c5712e046fecaa58a8a32aa497fbddbad5
parentb15a61ffc934e5e4f558de69505f904b4de0d2e3
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: Kathy Lussier <klussier@masslnc.org>
Open-ILS/web/js/ui/default/acq/common/li_table.js
Open-ILS/web/js/ui/default/acq/picklist/view.js