]> git.evergreen-ils.org Git - Evergreen.git/commit
Fix LP1029095, Acq: Receive Items on an Invoice does not work with Line Item Alerts
authorSteven Chan <schan@sitka.bclibraries.ca>
Wed, 25 Jul 2012 20:45:40 +0000 (13:45 -0700)
committerBill Erickson <berick@esilibrary.com>
Thu, 4 Oct 2012 17:36:12 +0000 (13:36 -0400)
commitdd10df8c96d744a62a06f3bef33f604022290a3b
treee8d08cef330ae144b920cffead3c9206aa470d97
parent80e39218c459e6df354385fe3668da424e901c0f
Fix LP1029095, Acq: Receive Items on an Invoice does not work with Line Item Alerts

1. Item reception was encountering a Javascript exception in the
check_lineitem_alerts() helper function, because there was a mismatch
between the input parameter name and the variable name actually used.

2. Also, took the opportunity to improve the performance of the for loop
to scan through alerts.

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/web/js/ui/default/acq/invoice/receive.js