Bug 34827

Summary: "Item information" tab should not appear when adding to a basket from a staged file if items are created using MarcItemFieldsToOrder
Product: Koha Reporter: Nick Clemens (kidclamp) <nick>
Component: AcquisitionsAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: jaskins
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22108
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Nick Clemens (kidclamp) 2023-09-19 12:09:57 UTC
When adding to a basket from a staged file, we populate item information on the main tab if using MarcItemFieldsToOrder, however, upon submission we can get an error: "Some required item subfields are not set"

This is because the second tab 'Item information' uses the standard item editing form, and checks that all required fields are filled. These inputs are ignored when item information is present on the other tab. We should not build this form when using MarcItemFieldsToOrder

See bug 20473
Comment 1 Katrin Fischer 2023-09-23 08:52:00 UTC
It looks like there is another bug asking for the item information to be taken into account, but I agree that removing it would make it less confusing for now:

Bug 22108 - Items generated through MARCItemFieldsToOrder do not receive values applied in Item Information and Default Accounting Details
Comment 2 Joe Askins 2024-03-26 22:28:08 UTC
New Koha library experiencing this same issue when staging carts from Baker & Taylor. We'd love to see a fix!