https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39282
Emily Lamancusa (emlam) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emily.lamancusa@montgomeryc | |ountymd.gov Summary|Receiving orders from a |When adding an order from |staged/new file leads to |file, if the file does not |500 errors |include item data, the item | |data entered into the "Item | |information" tab is not | |saved and invalid items are | |created --- Comment #1 from Emily Lamancusa (emlam) <[email protected]> --- See also https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38757#c1 This happens only when uploading a MARC record that does not contain item data, if the items are created when the order is placed. If you go to the bib record and look at the item data (by clicking Edit > Manage Items, since the holdings table also won't load), you'll see that the items have no data at all! Which is why they cause Error 500s on the receiving page as well as the item holdings table. It looks like the data from the "Item information" tab is not being processed. It's being passed from the template to addorderiso2709.pl in the @tags, @subfields, @field_values, and @serials parameters, which are then passed to Koha::MarcOrder->import_record_and_create_order_lines by way of the $client_item_fields hash...but it seems like they're getting lost somewhere and aren't actually making it into the items that get created. I don't have time to dig into this any further at the moment, unfortunately, but I hope that's a helpful start for someone who does! -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
