Bug 14074

Summary: 'suggested on' date on suggestion list not correctly formatted
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: TemplatesAssignee: Katrin Fischer <katrin.fischer>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low CC: tomascohen
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:
Attachments: Bug 14074 - Format 'suggested on' date in suggestion list correctly
Bug 14074 - Format 'suggested on' date in suggestion list correctly
Bug 14074 - Format 'suggested on' date in suggestion list correctly

Description Katrin Fischer 2015-04-28 20:49:06 UTC
One of the dates (suggested on) in the list of suggestions in staff is not correctly formatted.

To test:
- Create one or many suggestions
- Check the list of suggestion, especially in the 'Suggested by - on' column
- Verify the date is not displayed according to the dateformat preference
- Apply patch
- Verify the problem is fixed
Comment 1 Katrin Fischer 2015-04-28 20:50:54 UTC Comment hidden (obsolete)
Comment 2 Mark Tompsett 2015-04-29 07:18:32 UTC Comment hidden (obsolete)
Comment 3 Jonathan Druart 2015-04-29 13:29:46 UTC
Created attachment 38666 [details] [review]
Bug 14074 - Format 'suggested on' date in suggestion list correctly

One of the dates (suggested on) in the list of
suggestions in staff is not correctly formatted.

To test:
- Create one or many suggestions
- Check the list of suggestion, especially in the
  'Suggested by - on' column
- Verify the date is not displayed according to
  the dateformat preference
- Apply patch
- Verify the problem is fixed

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Comment 4 Tomás Cohen Arazi 2015-05-14 14:55:45 UTC
Patch pushed to master.

Thanks Katrina!