Bug 13315 - Add feedback for last item checked out to circulation.pl
authorKyle M Hall <kyle@bywatersolutions.com>
Thu, 20 Nov 2014 17:39:21 +0000 (12:39 -0500)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Mon, 13 Apr 2015 17:52:26 +0000 (14:52 -0300)
commite96e1126b6a17325002f0d2638dffe4e433bbc5c
tree43b2e02506d110be1b84d40c5cf2603ff124a655
parentb8db092a0acf0c34cd78e35332f73636cdff6e22
Bug 13315 - Add feedback for last item checked out to circulation.pl

It seems that many librarians find it disconcerting to have no feedback
with the new checkouts table. It seems that many of them wait for it to
fully load, check to verify the item was checked out, and only then
check out the next item.

To help alleviate this issue, we can have the checkouts page give
feedback about the item that was just checked out.

Test Plan:
1) Apply this patch
2) Check an item out
3) Note the message "$title ($barcode) due on $date_due"

Signed-off-by: Owen Leonard <oleonard@myacpl.org>

This works well and fixes a very problematic issue with the new AJAX
circ. I will be submitting a follow-up which I think is an improvement
to the display.

Signed-off-by: Jason Burds <jburds@dubuque.lib.ia.us>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
C4/Circulation.pm
C4/SIP/ILS/Transaction/Checkout.pm
C4/SIP/ILS/Transaction/Renew.pm
circ/circulation.pl
koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt
t/db_dependent/Circulation.t
t/db_dependent/rollingloans.t