[Koha-bugs] [Bug 21188] t/db_dependent/Circulation/issue.t is failing

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Aug 9 15:38:25 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21188

--- Comment #2 from Nick Clemens <nick at bywatersolutions.com> ---
(In reply to Nick Clemens from comment #1)
> Created attachment 77622 [details] [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

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


More information about the Koha-bugs mailing list