]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP#1712686 - display completed barcode on copy grids not partial input
authorCesar Velez <cesar.velez@equinoxinitiative.org>
Wed, 4 Oct 2017 18:01:25 +0000 (14:01 -0400)
committerMike Rylander <mrylander@gmail.com>
Tue, 17 Oct 2017 18:06:25 +0000 (14:06 -0400)
commit101c093829189de1e4980c0867bc775c3f656b54
tree55976067afa96f636587b553e54a5356e093204b
parent8c594593d39b9671cd9ab15f3a05e65314672c74
LP#1712686 - display completed barcode on copy grids not partial input

The check in, check out, and renew interfaces were not displaying
the actual complete(d) barcode when barcode completion is on.
This saves the inputted partial barcode in row_item.input_barcode
and let's the returned acp.barcode be in row_item.copy_barcode for
display.

Signed-off by: Cesar Velez <cesar.velez@equinoxinitiative.org>

Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/web/js/ui/default/staff/circ/checkin/app.js
Open-ILS/web/js/ui/default/staff/circ/patron/checkout.js
Open-ILS/web/js/ui/default/staff/circ/renew/app.js