Koha/circ
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
..
add_message.pl
article-request-slip.pl
article-requests.pl
bookcount.pl
branchoverdues.pl
branchtransfers.pl Bug 24837: Rename selectbranchprinter.pl to set-library.pl 2020-03-24 11:07:22 +00:00
checkout-notes.pl
circulation-home.pl
circulation.pl Bug 17845: Remove unused code related to printers 2020-03-10 15:18:27 +00:00
del_message.pl
hold-transfer-slip.pl
offline-mf.pl Bug 24545: Fix license statements 2020-02-24 13:31:26 +00:00
offline.pl Bug 24545: Fix license statements 2020-02-24 13:31:26 +00:00
on-site_checkouts.pl
overdue.pl Bug 24840: Replace DateTime->now with dt_from_string 2020-04-08 11:54:23 +01:00
pendingreserves.pl Bug 23463: Replace ModItem with Koha::Item->store 2020-03-23 09:26:30 +00:00
renew.pl Bug 24545: Fix license statements 2020-02-24 13:31:26 +00:00
request-article.pl
reserveratios.pl Bug 24907: Add 'include suspended' to holds ratio report 2020-03-24 10:59:36 +00:00
returns.pl Bug 24840: Replace DateTime->now with dt_from_string 2020-04-08 11:54:23 +01:00
set-library.pl Bug 24837: Rename selectbranchprinter.pl to set-library.pl 2020-03-24 11:07:22 +00:00
transfer-slip.pl
transferstoreceive.pl
view_holdsqueue.pl
waitingreserves.pl Bug 24436: Add handling for reserve transfer triggers 2020-03-20 15:59:45 +00:00
ypattrodue-attr-search-authvalue.pl
ysearch.pl