Bug 38410 - Store Patron object within Koha::Patron::Attribute to reduce db lookups
Summary: Store Patron object within Koha::Patron::Attribute to reduce db lookups
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement
Assignee: Kyle M Hall (khall)
QA Contact: Testopia
URL:
Keywords:
Depends on: 35508
Blocks:
  Show dependency treegraph
 
Reported: 2024-11-08 15:06 UTC by Kyle M Hall (khall)
Modified: 2024-11-08 15:06 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kyle M Hall (khall) 2024-11-08 15:06:02 UTC
If we pass the patron object into Koha::Patron::Attribute::new we can store it for later use updating the borrowers updated_on field.
Comment 1 Kyle M Hall (khall) 2024-11-08 15:06:36 UTC
See https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35508#c22