http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7593
--- Comment #20 from mathieu saby <[email protected]> --- Created attachment 17162 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=17162&action=edit [PATCH] Bug 7593 : Follow-up : store the biblioitemnumber of kept record into the order With this followup, the biblioitemnumber of $tobiblio is stored into the orderline. To test : 1. create 2 records A and B 2. use record A in an order. 3. merge A and B (keep B) 4. check your basket : record B sould be used in order 5. check your database (using a report or in mysql) : SELECT biblioitemnumber FROM aqorders WHERE biblionumber= [Biblionumber of record B] => the result of the request should be the biblioitemnumber of record B (usually the same value as its biblionumber) -- 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/
