[Koha-bugs] [Bug 7593] merging bib records loses connection to order line

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 3 12:07:11 CEST 2013


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

--- Comment #20 from mathieu saby <mathieu.saby at univ-rennes2.fr> ---
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.


More information about the Koha-bugs mailing list