]> git.evergreen-ils.org Git - Evergreen.git/commit
lp1813056 Fixes Current Date in Date Returned in Circ History CSV
authorGarry Collum <gcollum@gmail.com>
Mon, 20 May 2019 16:48:10 +0000 (12:48 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Thu, 3 Oct 2019 21:36:19 +0000 (17:36 -0400)
commit0aaf9f8940b0dc3c0e0486bb685485e0dd6acd27
treefc965019a4cc820300a8682d08d36f73bb3567ef
parent0dff68634c7a2655f030c7e43e95f774e3c6437c
lp1813056 Fixes Current Date in Date Returned in Circ History CSV

The date returned column in the csv file created in the opac for the patron's
Check Out History contains the current date instead of the check-in date. This
patch fixes that issue.

To test:
1. Turn on "Keep history of checked out items" in the patron Search and
History Preferences in the opac, or find a patron that already has this
option turned on.
2. Check-in some items that the patron has checked-out.
3. Wait a day, or if it was an existing history list immediately, go to the patron's Items Checked Out in the opac and look at the Date Returned
column in the Check Out History list.
4. Download the CSV file and note that the date is the current date.
5. Apply the patch.
6. Refresh and download the CSV file again and note that the Date Returned
is now the checkin date.

Signed-off-by: Garry Collum <gcollum@gmail.com>
Signed-off-by: Josh Stompro <stompro@stompro.org>
Open-ILS/src/templates/opac/myopac/circ_history/export.tt2