Bug 39729 - Add option -exact_days to filter_by_last_update
Summary: Add option -exact_days to filter_by_last_update
Status: Needs Signoff
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on: 39728
Blocks: 39730
  Show dependency treegraph
 
Reported: 2025-04-24 09:08 UTC by Baptiste Wojtkowski (bwoj)
Modified: 2025-04-24 09:27 UTC (History)
0 users

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments
Bug 39729: Add option -exact_days to filter_by_last_update (2.08 KB, patch)
2025-04-24 09:11 UTC, Baptiste Wojtkowski (bwoj)
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Baptiste Wojtkowski (bwoj) 2025-04-24 09:08:48 UTC
In order to remove  GetUnprocessedSuggestions from C4/Suggestions.pm, we need a function to get suggestions aged by an exact number of days.
Comment 1 Baptiste Wojtkowski (bwoj) 2025-04-24 09:11:10 UTC
Created attachment 181409 [details] [review]
Bug 39729: Add option -exact_days to filter_by_last_update