Bug 35991

Summary: C4::Items::AddItemBatchFromMarc should not call logaction()
Product: Koha Reporter: Fridolin Somers <fridolin.somers>
Component: CatalogingAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: m.de.rooy
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23033
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Fridolin Somers 2024-02-05 10:35:49 UTC
C4::Items::AddItemBatchFromMarc calls logaction() :
https://git.koha-community.org/Koha-community/Koha/src/commit/12b6c0e67d39590da23a614fbe6d4aa4f18923aa/C4/Items.pm#L266

But this action is already done by Koha::Item->store() a few line above.