Change #4909
Category | None |
Changed by | Cesar Velez <cesar.velez | @equinoxinitiative.org>
Changed at | Tue 17 Oct 2017 14:06:25 |
Repository | git://git.evergreen-ils.org/Evergreen.git |
Project | Evergreen |
Branch | master |
Revision | 101c093829189de1e4980c0867bc775c3f656b54 |
Comments
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>
Changed files
- 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