LP 1779467: Fix SyntaxError: missing ) after argument list
authorJason Stephenson <jason@sigio.com>
Mon, 5 Nov 2018 21:38:48 +0000 (16:38 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Wed, 31 Jul 2019 15:30:01 +0000 (11:30 -0400)
commit6faef9e01eca4da136b791d5ac67a76c4309b023
tree17175e7f14c1636dad2f214c64e479274bc23f28
parent493ae1e5935e89b062acdc09a439c6e133d7e209
LP 1779467: Fix SyntaxError: missing ) after argument list

Missing parenthesis in Open-ILS/web/js/ui/default/staff/cat/catalog/app.js
caused the titular error when searching the catalog.

Signed-off-by: Jason Stephenson <jason@sigio.com>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
LP 1779467: Fix typo in circ/renew/app.js.

Had copyies for copies in one location and this prevented marking an
item as Discard/Weed from working on the renew item interface.

Signed-off-by: Jason Stephenson <jason@sigio.com>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Open-ILS/web/js/ui/default/staff/cat/catalog/app.js
Open-ILS/web/js/ui/default/staff/circ/renew/app.js