Bug 14985: Remove C4::Dates from files in folder C4/*.pm (part one)
authorMarc Véron <veron@veron.ch>
Thu, 8 Oct 2015 21:02:30 +0000 (23:02 +0200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 13 Nov 2015 14:24:54 +0000 (11:24 -0300)
commitb8b0b1370f98f88efe933cca5e6c186b7b7e513f
tree58a0fcea6fbf7846ccc4e2105e4703754ab1fb62
parent4b1818f0f2a65ae30f225b776c5ea5873ad2ccda
Bug 14985: Remove C4::Dates from files in folder C4/*.pm (part one)

This patch removes C4::Dates from following files in folder C4:

- C4/Members.pm
- C4/Reserves.pm
- C4/Search.pm
- C4/Utils/DataTables.pm
- C4/Utils/DataTables/Members.pm
- C4/VirtualShelves/Page.pm

To test:
 -run tests as appropriate,
- have a close look at the code changes
- try to find regressions

http://bugs.koha-community.org/show_bug.cgi?id=14985

Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com>
Bug 14985: (followup) Remove eval if dates come from database

This patch removes some evals from date-formatting where the dates come
from the database.

See comments #7 - #9

Additionaly, C4/VirtualShelves/Page.pm is removed from the patches (obsolete).

Bug 14985: (followup) Remove C4::Dates from C4/Overdues.pm

Ths patch removes a stray C4::Dates from C4/Overdues.pm

- To test got to a patron who has overdues
  (Home > Circulation > Checkouts > [Patron])
- Print overdues

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
C4/Members.pm
C4/Overdues.pm
C4/Reserves.pm
C4/Search.pm
C4/Utils/DataTables.pm
C4/Utils/DataTables/Members.pm