Bug 35270

Summary: Koha::Item->trigger_location_update should not call ->store
Product: Koha Reporter: Tomás Cohen Arazi (tcohen) <tomascohen>
Component: Architecture, internals, and plumbingAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: tomascohen
Version: unspecified   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Bug Depends on: 35269    
Bug Blocks:    

Description Tomás Cohen Arazi (tcohen) 2023-11-06 14:40:26 UTC
It should just update the current object. The return value should be revisited. It should be self, and Koha::Object::Message objects should be added to emulate the current behavior.