Summary: | Checkouts table due date not updated when an item is renewed. | ||
---|---|---|---|
Product: | Koha | Reporter: | Kyle M Hall (khall) <kyle> |
Component: | Circulation | Assignee: | Kyle M Hall (khall) <kyle> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | minor | ||
Priority: | P5 - low | CC: | gmcharlt, kyle.m.hall, tomascohen |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | 11703 | ||
Bug Blocks: | 13290 | ||
Attachments: |
Bug 13286 - Checkouts table due date not updated when an item is renewed.
Bug 13286 - Checkouts table due date not updated when an item is renewed. [SIGNED-OFF] Bug 13286 - Checkouts table due date not updated when an item is renewed. [PASSED QA] Bug 13286 - Checkouts table due date not updated when an item is renewed. |
Description
Kyle M Hall (khall)
2014-11-18 15:22:29 UTC
Created attachment 33657 [details] [review] 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 Created attachment 33658 [details] [review] 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 Created attachment 33660 [details] [review] [SIGNED-OFF] 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. 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. Patch pushed to master. Thanks Kyle! |