[Koha-bugs] [Bug 24469] Record biblionumber in import_biblio when adding to basket via file

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 3 14:17:30 CET 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24469

--- Comment #13 from Andrew Fuerste-Henry <andrew at bywatersolutions.com> ---
Fleshed out test plan based on general confusion.

Test plan:
A/ Create a new order from a stage file.
Use the "Save" button at the bottom of the "Add orders from" page
Then note the matched_biblionumber value. It should be populated correctly
1 - In acq, open a new basket, click Add To Basket, select From a New File
2 - select and stage your marc file without checking for matches
3 - from the staging results page, click Add staged files to basket
4 - on addorderiso2709.pl, select your title, add price, select fund
5 - make sure the Matching dropdown at the top of the page is set to Do not
look for matching records
6 - click Save
7 - select * from import_biblios, confirm matched_biblionumber is not null

B/ Import again the same record, this time you will have to use the "Add
order" link in the list of order (ie. not the "Save" button)
Note the matched_biblionumber value. It should be populated correctly
1 - in Tools, stage your file without checking for matches, do not complete
import
2 - in acq, click Add to Basket, select From a Staged File
3 - on the "Choose the file to add to the basket" page, click Add orders
4 - on addorderiso2709.pl, select your title, add price, select fund
5 - make sure the Matching dropdown at the top of the page is set to Do not
look for matching records
6 - click Save
7 - select * from import_biblios, confirm matched_biblionumber is not null

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list