http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10758
--- Comment #3 from mathieu saby <[email protected]> --- I think we need to change the behavior of these subs in C4/Acquisitions.pm: GetOrders GetOrder GetOrdersByBiblionumber GetCancelledOrders GetPendingOrders SearchOrder GetLateOrders GetInvoices GetInvoiceDetails maybe also : GetHistory There is no join of acqorders and biblio in other subs. Katrin, I am not sure of the best way of doing it : do you think I can just edit the SQL for requesting deleted_biblio and deleted_biblioitem table? Or maybe it will have bad consequencies on performances? Mathieu -- You are receiving this mail because: You are the assignee for the bug. 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/
