Bug 35083

Summary: Koha::Illbatchstatus should be kosher
Product: Koha Reporter: Tomás Cohen Arazi <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   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 30719    
Bug Blocks:    

Description Tomás Cohen Arazi 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