Bug 35083

Summary: Koha::ILL::Batch::Status should be kosher
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: normal    
Priority: P5 - low CC: pedro.amorim, tomascohen
Version: unspecified   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:
Bug Depends on: 30719, 35581    
Bug Blocks:    

Description Tomás Cohen Arazi (tcohen) 2023-10-17 17:56:29 UTC
The following methods should just be overloading their counterparts and follow what we do everywhere else:

* create_and_log => overloaded store
* update_and_log => overloaded store
* delete_and_log => overloaded delete

Also, tests need to be placed in t/db_dependent/Koha/Illbatchstatus.t