[Koha-bugs] [Bug 13537] Focus should move to barcode after renewing via checkouts table

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jan 13 02:07:51 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13537

Thomas Wright <tomsStudy at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #35032|0                           |1
        is obsolete|                            |

--- Comment #2 from Thomas Wright <tomsStudy at gmail.com> ---
Created attachment 35127
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=35127&action=edit
Bug 13537 - Focus should move to barcode after renewing via checkouts table

Koha's checkout screen automatically focuses on the barcode field each
time it is loaded. Since we've moved the checkouts table functions for
renewing and returning items to ajax methods, this page is no longer
refreshed, and thus does not refocus to the barcode after performing
those actions. This should be fixed so that renewing/returning items via
the checkouts page moves the focus to the barcode field.

Test Plan:
1) Find a patron with checkouts.
2) Renew or return a checkout, note the focus does not move to the
   barcode.
3) Apply this patch.
4) Renew or return a checkout, note the focus *does* move to the
   barcode.

Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
Signed-off-by: Thomas <tomsStudy at gmail.com>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list