http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9780
--- Comment #20 from mathieu saby <[email protected]> --- In fact, the more I look into this problem, the more I think my solution is not realy good : there can be some situation where suppressing a record linked to orders should be allowed, for example if the library withdraw items some months after having bought them... So maybe a more fundamental change is needed, so that information in basket will not be deleted if we delete the record : - either in the basket, use info stored deletedbiblioitems and deletedbiblios as well as biblios and biblioitems - or store bibliographic information (title, author...) in aqorders table (bug 9548, N. Engard liked the idea) The 2d option is more radical, but should allow librarians to have always exactly the same information when they print a basketgroup in pdf. At present, we need to store the pdf somewhere in a DD, because we cannot trust Koha : each time we click on pdf, it is generated dynamicly. So if a record is changed, or suppressed, the pdf of the basketgroup is altered... This is not good : as basketgroups are sent to booksellers, they are not supposed to change, except if we want so. Maybe it deserves a message in Koha-devel... M. Saby -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
