[Koha-bugs] [Bug 35026] Refactor addorderiso2709.pl to use object methods

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 7 00:29:03 CET 2024


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

--- Comment #36 from Barbara Johnson <barbara.johnson at bedfordtx.gov> ---
Using Nick's suggestion from comment #35 solved the problem I reported in
comment #34.

* The location code of 'AV' successfully imported into the 949$c tag. 

* No data was imported into the price (949$g) field - everything is 0.00.

* No data was imported into replacement price (949$v) because there was no data
in the sample file.

* The barcode# from the sample file was not imported into the 949$p. It was not
specified to be included in MarcItemFieldsToOrder in the test plan.

* The sample file contains three fields with the date of 2014-09-04.  These are
in subfields d - Date acquired and w - Price effective from and subfield r. 
Subfields d and w were populated with the current date instead of the date in
the xml file. I'm not sure what subfield r stands for.

On a side note, I tried to not match on the biblio because of the error I
received in previous testing telling me there was a match and I would have to
handle the records individually. However, even when not matching I got that
error message. I had to delete the existing bib and attached items before I
could bring in the order.

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


More information about the Koha-bugs mailing list