Koha/Koha/Patron
Nick Clemens 6ac037f817
Bug 24840: Replace DateTime->now with dt_from_string
We should use Koha::DateUtils instead of Date::Time directly

This patch simplay replaces calls to now() with a call to dt_from_string()
which does effectively the same thing.

Probably reading the code and verifying changes is sufficient but...

To test:
1 - confirm the files all compile
2 - confirm all tests pass
3 - confirm Koha still works

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
2020-04-08 11:54:23 +01:00
..
Attribute Bug 24545: Fix license statements 2020-02-24 13:31:26 +00:00
Password Bug 24840: Replace DateTime->now with dt_from_string 2020-04-08 11:54:23 +01:00
Attribute.pm Bug 20443: Do not explode if attribute does not have a valid av 2020-03-23 13:49:23 +00:00
Attributes.pm Bug 20443: Fix merge_with behavior 2020-03-23 13:49:24 +00:00
Categories.pm Bug 24545: Fix license statements 2020-02-24 13:31:26 +00:00
Category.pm Bug 24545: Fix license statements 2020-02-24 13:31:26 +00:00
Consent.pm Bug 24545: Fix license statements 2020-02-24 13:31:26 +00:00
Consents.pm Bug 24545: Fix license statements 2020-02-24 13:31:26 +00:00
Debarments.pm Bug 16849: Move IsDebarred to Koha::Patron->is_debarred 2016-07-15 18:08:14 +00:00
Discharge.pm Bug 23589: Discharge notice does not show non-latin characters 2019-10-07 12:22:08 +01:00
Files.pm Bug 16011: $VERSION - Remove empty BEGIN block 2016-03-24 17:20:41 +00:00
HouseboundProfile.pm Bug 24545: Fix license statements 2020-02-24 13:31:26 +00:00
HouseboundProfiles.pm Bug 24545: Fix license statements 2020-02-24 13:31:26 +00:00
HouseboundRole.pm Bug 24545: Fix license statements 2020-02-24 13:31:26 +00:00
HouseboundRoles.pm Bug 24545: Fix license statements 2020-02-24 13:31:26 +00:00
HouseboundVisit.pm Bug 24545: Fix license statements 2020-02-24 13:31:26 +00:00
HouseboundVisits.pm Bug 24545: Fix license statements 2020-02-24 13:31:26 +00:00
Image.pm Bug 24545: Fix license statements 2020-02-24 13:31:26 +00:00
Images.pm Bug 24545: Fix license statements 2020-02-24 13:31:26 +00:00
Message.pm Bug 24545: Fix license statements 2020-02-24 13:31:26 +00:00
Messages.pm Bug 24545: Fix license statements 2020-02-24 13:31:26 +00:00
Modification.pm Bug 20443: Fix patron modification approval 2020-03-23 13:49:23 +00:00
Modifications.pm Bug 20443: Fix patron modification approval 2020-03-23 13:49:23 +00:00
Relationship.pm Bug 24545: Fix license statements 2020-02-24 13:31:26 +00:00
Relationships.pm Bug 24545: Fix license statements 2020-02-24 13:31:26 +00:00