https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19425 Bug ID: 19425 Summary: Adding orders from order file with multiple budgets per record triggers error Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: Acquisitions Assignee: koha-bugs@lists.koha-community.org Reporter: kyle@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org If you import an order file ( using MarcItemFieldsToOrder ) that has a different budget for each item to be ordered, you will get an error and a partially created basket. This is because Koha attempts to add the item to each order *for each budget*. This is clearly incorrect. Instead, we should be grouping items by budget and for each budget only adding those items that have a matching budget. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.