Patch to remove C4::Dates from catalogue/detail.pl
Created attachment 42797 [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
Created attachment 42798 [details] [review] [Follow-up] Bug 14879 - Remove C4::Dates from catalogue/detail.pl Remove forbidden patterns (tab) to pass QA tools
Created attachment 42809 [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>
Created attachment 42810 [details] [review] 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>
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>
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>
Patches pushed to master. Thanks Marc!