JBAS-914 Prevent creation of extra lieitem copies
authorBill Erickson <berickxx@gmail.com>
Wed, 30 Sep 2015 21:49:21 +0000 (17:49 -0400)
committerBill Erickson <berickxx@gmail.com>
Thu, 21 Mar 2019 19:46:23 +0000 (15:46 -0400)
commit5d4807eb5b003747a146f87ad7550831c9f4104f
treea71bf23896616267238b54e4367cb674f2b3bbef
parent78dfa095c280a1faf6d350a38e368f973140a995
JBAS-914 Prevent creation of extra lieitem copies

Prevent the API call which creates/modifies copies for a linteitem in
the lineitem copy UI from running if one is already in flight.  This is
done both by disabling the Save Changes button and by checking an
internal flag (in case something besides the button is causing the
action to run).

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/web/js/ui/default/acq/common/li_table.js