https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20551
--- Comment #36 from Katrin Fischer <[email protected]> --- > > 5). There actually is a "deleteditems" table so I guess it would be possible > to include these, even though it's hard to imagine why you would want to do > this. Since the default is to include items perhaps it would be best to > leave this as is and never include items for deleted biblios, or you will > get more data than you probably want by default. It would also increase code > complexity, probably with little benefit. If someone requests this it can be > fixed later perhaps. Will point it out in the documentation that items are > not included. I think introducing the export of deleted records and deleted items separately would be a good idea. Let's start with this well defined feature and think about the deleted items some more. While records have a flag to say "deleted", we don't have the same for items. So we could start exporting deleted items that belonged to deleted records, but what about other deleted items on existing records? How to "mark" them as deleted? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
