| Summary: | staticfines.pl missing use Koha::DateUtils::output_pref | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Fridolin Somers <fridolin.somers> |
| Component: | Command-line Utilities | Assignee: | Fridolin Somers <fridolin.somers> |
| Status: | Needs documenting --- | QA Contact: | Testopia <testopia> |
| Severity: | normal | ||
| Priority: | P5 - low | CC: | e.betemps, emily.lamancusa, lucas, robin, wainuiwitikapark |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | Trivial patch |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: |
24.05.00,23.11.06,23.05.12
|
|
| Circulation function: | |||
| Bug Depends on: | 17600 | ||
| Bug Blocks: | |||
| Attachments: |
Bug 36787: staticfines.pl add use Koha::DateUtils::output_pref
Bug 36787: staticfines.pl add use Koha::DateUtils::output_pref |
||
|
Description
Fridolin Somers
2024-05-06 10:06:25 UTC
Created attachment 166195 [details] [review] Bug 36787: staticfines.pl add use Koha::DateUtils::output_pref misc/cronjobs/staticfines.pl is calling output_pref() but it is missing from module import : use Koha::DateUtils qw( dt_from_string ); Test but running staticfines.pl Created attachment 166287 [details] [review] Bug 36787: staticfines.pl add use Koha::DateUtils::output_pref misc/cronjobs/staticfines.pl is calling output_pref() but it is missing from module import : use Koha::DateUtils qw( dt_from_string ); Test but running staticfines.pl Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> Picking this out of QA queue. Katrin, did you end up pushing this? It's still set to SO. Yes I did, but forgot to change the status, then the script doesn't pick it up. https://git.koha-community.org/Koha-community/Koha/commits/branch/main/search?q=36787 Pushed to 23.11.x for 23.11.06 Backported to 23.05.x for upcoming 23.05.12 Not backporting to 22.11 unless requested |