Bug 37626 - Add logging for when an acquisition basket is deleted
Summary: Add logging for when an acquisition basket is deleted
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Acquisitions (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-08-13 14:05 UTC by Katrin Fischer
Modified: 2024-08-14 16:27 UTC (History)
1 user (show)

See Also:
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 Katrin Fischer 2024-08-13 14:05:41 UTC
If the AcquisitionLog is set to "log" we log all kinds of activities on baskets:
create, modify, close, re-open, but we don't log when a basket is deleted.

Deleting a basket will also delete the order lines and optionally records and items. So it's important to understand what happened in case something goes wrong.

The button to delete a basket is available on open baskets in the top toolbar on the basket summary page.