Bug 14890

Summary: Remove C4::Dates from circ/bookcount.pl
Product: Koha Reporter: Marc Véron <veron>
Component: Architecture, internals, and plumbingAssignee: Marc Véron <veron>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
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:
Bug Depends on:    
Bug Blocks: 14870    
Attachments: Bug 14890 - Remove C4::Dates from circ/bookcount.pl
[SIGNED-OFF]Bug 14890 - Remove C4::Dates from circ/bookcount.pl
Bug 14890 - Remove C4::Dates from circ/bookcount.pl
Bug 14890: Simplify processing to display a date with hours

Description Marc Véron 2015-09-24 19:11:49 UTC
This patch removes deprecated C4::Dates from circ/bookcount.pl
Comment 1 Marc Véron 2015-09-24 19:15:41 UTC Comment hidden (obsolete)
Comment 2 Héctor Eduardo Castro Avalos 2015-10-07 16:56:16 UTC Comment hidden (obsolete)
Comment 3 Jonathan Druart 2015-10-08 08:55:13 UTC
Created attachment 43221 [details] [review]
Bug 14890 - Remove C4::Dates from circ/bookcount.pl

This patch removes deprecated C4::Dates from circ/bookcount.pl

To test:
- Search for biblio with an item that has been checked out several
  times and that has been transferred
- In left navigation click on 'Items'
- In list of items click on 'View item's checkout history'
- Verify that dates in 'Date arrived at current library' and in
  column 'Last seen' display properly.

Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com>
Works as advertised

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Comment 4 Jonathan Druart 2015-10-08 08:55:18 UTC
Created attachment 43222 [details] [review]
Bug 14890: Simplify processing to display a date with hours

The KohaDates plugin does that, it's not necessary to split the output.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Comment 5 Tomás Cohen Arazi 2015-10-08 14:01:03 UTC
Patches pushed to master.

Thanks Marc and Jonathan!