[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
Mon Mar 25 11:50:25 CET 2024


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

--- Comment #45 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> ---
Thanks again for testing Barbara, just addressing your comments below:

(In reply to Barbara Johnson from comment #36)

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

Are you looking at the price inputs on the left or on the right under "Item
record 1" etc? The boxes on the left should display 0.00 as there is no 975
field on the record. The boxes on the right are correctly displaying the prices
for me.

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

Same as above

> * 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.

If you add "barcode: 949$p" into the MarcItemFieldsToOrder it should import
correctly

> * 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.

None of these fields are included in the import scope of MarcItemFieldsToOrder
so the values should not transfer from the marc file

> 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.

This is expected behaviour due to the matching record. There is a dropdown menu
at the top of the page underneath the "Item information" tab. If you change
this to "Do not look for matching records" you can bypass this behaviour and
you will see the basket populated :)

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


More information about the Koha-bugs mailing list