[Koha-bugs] [Bug 10421] Add cron script to delete deleted records

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Aug 29 11:53:59 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10421

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |katrin.fischer at bsz-bw.de

--- Comment #7 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
I could imagine that happens in a union catalog setting or for electronic
ressources where you get new records while others are removed from the licensed
package. I have recently been working on documentation on when a record can be
deleted safely, there are a lot of things you want to take into account there
to make sure you don't accidentally lose important data:

- Does the record have items?
- Are the items checked out?
- Are the items on hold? (holds can be cancelled)
- Is there an open order in acquisitions for this record?
- Are there subscriptions for this record?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list