]> git.evergreen-ils.org Git - 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:37 +0000 (14:06 -0400)
commit189ba25fb03c5ee8a50182fbe286cad5c0f02c70
treef46b3edc33bc0557bd150ebd4d3f7968b0ff991c
parent240e34b1e964964525bc03c8571d7a0d00ccfad9
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