[Bug 15563] Cronjob to regularly delete patroncard and label batches
14 Apr
2020
14 Apr
'20
5:36 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15563 --- Comment #3 from Andrew Fuerste-Henry <andrew@bywatersolutions.com> --- Deleting batches is complicated a bit by the table structure. There's no table for batches, it's just a column in the table that holds the individual items. So there's no timestamp for a given batch, just a bunch of timestamps for individual items. I've sidestepped that by deleting items rather than batches. If all items in a given batch are gone, the batch is gone. This does mean you could have a batch where items were added at different times and therefore part of the batch is deleted and part remains. -- You are receiving this mail because: You are watching all bug changes.
2283
Age (days ago)
2283
Last active (days ago)
0 comments
1 participants
participants (1)
-
bugzilla-daemon@bugs.koha-community.org