Change #6779
Category | None |
Changed by | Bill Erickson <berickxx | @gmail.com>
Changed at | Fri 03 Jan 2020 13:38:25 |
Repository | git://git.evergreen-ils.org/Evergreen.git |
Project | Evergreen |
Branch | master |
Revision | aa9b7c4a07bb143c8a001e2c5a3e4ff84f4748d3 |
Comments
LP1858118 Hatch enabled check repairs Teach code asking Hatch whether printing is enabled to properly handle the asynchronous response of the setting which now exists as a workstation setting instead of a localStorage setting. Related, if Hatch is unavailable, use browser printing regardless of the hatch printing workstation setting. Additionally update the "reprint last" handling to store the last_printed value in localStorage instead of attempting to save its value as a workstation setting. Signed-off-by: Bill Erickson <berickxx@gmail.com> Signed-off-by: Dan Scott <dan@coffeecode.net> Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
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/services/hatch.js
- Open-ILS/web/js/ui/default/staff/services/print.js