Bug 13286 - Checkouts table due date not updated when an item is renewed.
Summary: Checkouts table due date not updated when an item is renewed.
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low minor (vote)
Assignee: Kyle M Hall
QA Contact: Testopia
URL:
Keywords:
Depends on: 11703
Blocks: 13290
  Show dependency treegraph
 
Reported: 2014-11-18 15:22 UTC by Kyle M Hall
Modified: 2016-06-21 21:37 UTC (History)
3 users (show)

See Also:
Change sponsored?: ---
Patch complexity: Trivial patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Bug 13286 - Checkouts table due date not updated when an item is renewed. (1.71 KB, patch)
2014-11-18 15:24 UTC, Kyle M Hall
Details | Diff | Splinter Review
Bug 13286 - Checkouts table due date not updated when an item is renewed. (1.71 KB, patch)
2014-11-18 15:25 UTC, Kyle M Hall
Details | Diff | Splinter Review
[SIGNED-OFF] Bug 13286 - Checkouts table due date not updated when an item is renewed. (1.91 KB, patch)
2014-11-18 16:13 UTC, Owen Leonard
Details | Diff | Splinter Review
[PASSED QA] Bug 13286 - Checkouts table due date not updated when an item is renewed. (1.96 KB, patch)
2014-11-19 20:23 UTC, Katrin Fischer
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Kyle M Hall 2014-11-18 15:22:29 UTC
When an item is renewed from the checkouts table, the new due date is displayed in the renewal column, but the old date due is still displayed in the due date column. This should be updated as well.
Comment 1 Kyle M Hall 2014-11-18 15:24:37 UTC Comment hidden (obsolete)
Comment 2 Kyle M Hall 2014-11-18 15:25:33 UTC Comment hidden (obsolete)
Comment 3 Owen Leonard 2014-11-18 16:13:19 UTC Comment hidden (obsolete)
Comment 4 Katrin Fischer 2014-11-19 20:23:56 UTC
Created attachment 33699 [details] [review]
[PASSED QA] Bug 13286 - Checkouts table due date not updated when an item is renewed.

When an item is renewed from the checkouts table, the new due date is
displayed in the renewal column, but the old date due is still displayed
in the due date column. This should be updated as well.

Test Plan:
1) Apply this patch
2) Renew an item from the checkouts table
3) Note the date due is updated in the "Due date" column

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

This works well in my test. My librarians will be grateful for the fix
-- they were complaining about this bug.

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Works as described, passes tests and QA script.
Comment 5 Tomás Cohen Arazi 2014-11-21 23:32:31 UTC
Patch pushed to master.

Thanks Kyle!