Bug 14879

Summary: Remove C4::Dates from catalogue/detail.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: josef.moravec, 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 14879 - Remove C4::Dates from catalogue/detail.pl
[Follow-up] Bug 14879 - Remove C4::Dates from catalogue/detail.pl
Bug 14879 - Remove C4::Dates from catalogue/detail.pl
Bug 14879 - Remove C4::Dates from catalogue/detail.pl
Bug 14879 - Remove C4::Dates from catalogue/detail.pl
Bug 14879: Move the date displays to the template

Description Marc Véron 2015-09-22 17:05:18 UTC
Patch to remove C4::Dates from catalogue/detail.pl
Comment 1 Marc Véron 2015-09-22 17:10:59 UTC Comment hidden (obsolete)
Comment 2 Marc Véron 2015-09-22 17:17:27 UTC Comment hidden (obsolete)
Comment 3 Josef Moravec 2015-09-23 14:31:43 UTC Comment hidden (obsolete)
Comment 4 Josef Moravec 2015-09-23 14:31:50 UTC Comment hidden (obsolete)
Comment 5 Jonathan Druart 2015-09-24 10:31:46 UTC
Created attachment 42836 [details] [review]
Bug 14879 - Remove C4::Dates from catalogue/detail.pl

This bug removes deprecated C4::Dates from catalogue/detail.pl

To test:
Apply patch
Go to Home > Catalog > Details for [some biblio with items and holdings]
Make sure that biblio and Holdings and Acquisition details display as appropriate

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>

Bug 14879 - Remove C4::Dates from catalogue/detail.pl

Remove forbidden patterns (tab) to pass QA tools

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Comment 6 Jonathan Druart 2015-09-24 10:31:51 UTC
Created attachment 42837 [details] [review]
Bug 14879: Move the date displays to the template

There is no special need to format the date in the perl script.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Comment 7 Tomás Cohen Arazi 2015-09-25 14:57:50 UTC
Patches pushed to master.

Thanks Marc!