Bug 24999

Summary: Date not correctly formatted in claims table
Product: Koha Reporter: Jonathan Druart <jonathan.druart>
Component: CirculationAssignee: Devinim <kohadevinim>
Status: BLOCKED --- QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: agustinmoyano, gmcharlt, kohadevinim, kyle.m.hall, sally.healey
Version: unspecified   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25023
Change sponsored?: --- Patch complexity: Small patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 14697, 24765, 24980    
Bug Blocks: 25117    
Attachments: Bug 24999: Date not correctly formatted in claims table
Bug 24999: Date not correctly formatted in claims table
Bug 24999: Date not correctly formatted in claims table

Description Jonathan Druart 2020-03-27 08:57:53 UTC
See the Resolution column: https://snipboard.io/cqMkex.jpg

"Returned by patron on 2020-03-27 08:54:19 by koha"
Comment 1 Devinim 2020-03-30 14:09:26 UTC
Created attachment 102084 [details] [review]
Bug 24999: Date not correctly formatted in claims table
Comment 2 Devinim 2020-03-30 14:50:01 UTC
Test plan.

1. Apply this patch
2. Look at the Resolution column will show the desired date format with other columns.
Comment 3 ByWater Sandboxes 2020-03-31 13:04:34 UTC
Created attachment 102129 [details] [review]
Bug 24999: Date not correctly formatted in claims table

Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk>
Comment 4 Sally 2020-03-31 13:06:22 UTC
This patch does what it says, so I am signing it off - but I noticed a wider error with Claims Returned which I've logged under:  https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25023

Not sure if that wider problem will affect this patch going in.
Comment 5 Katrin Fischer 2020-04-12 21:43:34 UTC
This fixes the date on the checkouts tab - but the dates on the claims tab still don't behave. All 3 of them afaikt... Filed bug 25117.
Comment 6 Katrin Fischer 2020-04-12 21:44:14 UTC
Created attachment 102775 [details] [review]
Bug 24999: Date not correctly formatted in claims table

Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 7 Jonathan Druart 2020-04-13 09:12:47 UTC
This is currently blocked by bug 24980 (or not, see last comment there).
Comment 8 Agustín Moyano 2020-04-23 14:03:20 UTC
(In reply to Jonathan Druart from comment #7)
> This is currently blocked by bug 24980 (or not, see last comment there).

Why is this bug dependant of 24980? this bug does not use any of the JS functions made there.