Summary: | t/db_dependent/Circulation/issue.t is failing | ||
---|---|---|---|
Product: | Koha | Reporter: | Nick Clemens (kidclamp) <nick> |
Component: | Test Suite | Assignee: | Nick Clemens (kidclamp) <nick> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | martin.renvoize |
Version: | Main | ||
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: | 20660 | ||
Bug Blocks: | |||
Attachments: |
Bug 21188: Convert return_date to a DateTime object
Bug 21188: Convert return_date to a DateTime object |
Description
Nick Clemens (kidclamp)
2018-08-09 13:27:20 UTC
Created attachment 77622 [details] [review] Bug 21188: Convert return_date to a DateTime object (In reply to Nick Clemens from comment #1) > Created attachment 77622 [details] [review] [review] > Bug 21188: Convert return_date to a DateTime object To test: 1 - Checkout an item 2 - Make it over due: update issues set date_due='1999-01-01'; 3 - Go to 'Circulation->Check-in' 4 - Specify a return date 5 - Check in the item 6 - Internal server error 7 - Apply patch 8 - Repeat 1-5 9 - Success! 10 - prove t/db_dependent/Circulation/issue.t Created attachment 77627 [details] [review] Bug 21188: Convert return_date to a DateTime object Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Minor fix, moving to PQA Awesome work all! Pushed to master for 18.11 Pushed to 18.05.x for 18.05.03 |