Change #6059
Category | None |
Changed by | Remington Steed <rjs7 | @calvin.edu>
Changed at | Fri 22 Feb 2019 15:00:50 |
Repository | git://git.evergreen-ils.org/Evergreen.git |
Project | Evergreen |
Branch | master |
Revision | 47f5ddaa8b029d41c710255380260614ef7ea6ae |
Comments
LP#1801191: Refactor for clarity; bugfix This commit makes a few small adjustments: - Replace two instances of 'cleanse_ISO8601' with 'clean_ISO8601', as the former does not exist (at least in these contexts) - Delay converting DateTimes to strings until necessary (which allows us to compare the original DateTime objects instead of having to recreate them from strings) - Increase comments Signed-off-by: Remington Steed <rjs7@calvin.edu> Signed-off-by: Dan Wells <dbw2@calvin.edu>
Changed files
- Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Publisher/action.pm
- Open-ILS/src/perlmods/lib/OpenILS/Utils/HoldTargeter.pm