Bug 35991 - C4::Items::AddItemBatchFromMarc should not call logaction()
Summary: C4::Items::AddItemBatchFromMarc should not call logaction()
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Cataloging (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-02-05 10:35 UTC by Fridolin Somers
Modified: 2024-02-05 10:36 UTC (History)
1 user (show)

See Also:
GIT URL:
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 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.