[Bug 39282] New: Receiving orders from a staged/new file leads to 500 errors
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39282 Bug ID: 39282 Summary: Receiving orders from a staged/new file leads to 500 errors Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Acquisitions Assignee: koha-bugs@lists.koha-community.org Reporter: lucas@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org TO recreate: 1. In acquisitions create or find a vendor 2. Make a new basket, either from 'New file' or 'Staged file' 3. Receive the order 4. 500 error This is what I see in the logs: ==> /var/log/koha/kohadev/plack-api-error.log <== [2025/03/07 21:25:45] [ERROR] GET /api/v1/acquisitions/orders: unhandled exception (Mojo::Exception)<<Can't call method "bookable" on an undefined value at /kohadevbox/koha/Koha/Item.pm line 1922.>> -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39282 Chris Slone <cslone@camdencountylibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cslone@camdencountylibrary. | |org -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39282 Alyssa <alyssa.drake@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alyssa.drake@bywatersolutio | |ns.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39282 Carolyn Hughesman <chughesman@cclsny.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chughesman@cclsny.org -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39282 Rebecca Coert <rcoert@arlingtonva.us> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rcoert@arlingtonva.us -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39282 Nick Clemens (kidclamp) <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=38757 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39282 Nick Clemens (kidclamp) <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick@bywatersolutions.com Severity|normal |critical -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39282 SamSowanick <sam.sowanick@corvallisoregon.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sam.sowanick@corvallisorego | |n.gov -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39282 Emily Lamancusa (emlam) <emily.lamancusa@montgomerycountymd.gov> 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) <emily.lamancusa@montgomerycountymd.gov> --- 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.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39282 --- Comment #2 from Lucas Gass (lukeg) <lucas@bywatersolutions.com> --- Very helpful, thanks Emily. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39282 --- Comment #3 from Chris Slone <cslone@camdencountylibrary.org> --- We seem to be seeing this when trying to create new baskets and adding to the baskets with a staged (or new ) file. This isn't happening on all .mrc files we try to use. but two out of three we've been try to get to work. Perhaps a different thing? 1.) 1. In acquisitions create or find a vendor 2. Make a new basket 3. Add to basket, either from 'New file' or 'Staged file' 4. 500 error -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39282 Nick Clemens (kidclamp) <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39282 --- Comment #4 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- Created attachment 179222 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=179222&action=edit Bug 39282: Unit tests for item creation -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39282 --- Comment #5 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- Created attachment 179223 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=179223&action=edit Bug 39282: Ensure items are created using Item Information values if not using MarcItemFieldsToOrder When using MarcFieldsToOrder and not MarcItemFieldsToOrder it is expected that all of the item information will come from the second tab 'Item information' on addorderiso2709.pl Currently we are not and blank items are beign created To test: 1 - Apply unit tests 2 - prove -v t/db_dependent/Koha/MarcOrder.t 3 - It fails 4 - Set MarcItemFields to Order: price: 949$p quantity: 947$c budget_code: 947$f 5 - Ensure MarcItemFieldsToOrder is blank 6 - Find a basket in acquisitions 7 - Add to basket from a file 8 - Fill item information, set 'Matching' at top of form to 'Do not look for matchign records' and save 9 - Orders are added 10 - Click on a title 11 - Items do not load and an error is generated, this is because items don't have any values 12 - Check the DB: SELECT * FROM items WHERE homebranch IS NULL\G 13 - Note items from order are listed 14 - Apply the rest of the patches 15 - Repeat 6-10 16 - This time the items load successfully NOTE: This patch alone doesn't address all errors, but subsequent will, keeping separate to address each issue individually, but test plan can be executed as a whole against all -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39282 --- Comment #6 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- Created attachment 179224 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=179224&action=edit Bug 39282: Clarify use of budget codes and ids When getting items from the form on addorderis2907.pl we are getting actual budget id's, we only deal with codes when fetching the values from the MARC. The code here assigns an id into a variable called code - this patch clarifies that and ensures that we fallback to using the id if one has been passed from the interface form To test: 0 - Apply first two patches 1 - prove -v t/db_dependent/Koha/MarcOrders.t 2 - It fails 3 - Apply this patch 4 - It fails? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39282 --- Comment #7 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- Created attachment 179225 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=179225&action=edit Bug 39282: Use generated MARC record to create item and return itemnumber When creating items from the form we need to use the MARC record we build from the HTML->XML->MARC This patch simply uses the variable we create and ensures we pass the itemnumbers back To test: 1 - prove -v t/db_dependent/Koha/MarcOrders.t 2 - Still failing 3 - Apply this patch 4 - Success! Phew! We did it. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39282 --- Comment #8 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- Created attachment 179230 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=179230&action=edit Test records for adding to basket Test records for adding to basket -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39282 Nick Clemens (kidclamp) <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |nick@bywatersolutions.com |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39282 Nick Clemens (kidclamp) <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |P1 - high -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39282 Nick Clemens (kidclamp) <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |34355 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34355 [Bug 34355] Automated MARC record ordering process -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39282 Phil Ringnalda <phil@chetcolibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |phil@chetcolibrary.org -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39282 Juliet Heltibridle <jheltibridle@rcplib.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jheltibridle@rcplib.org -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39282 Andrew Fuerste-Henry <andrew@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39282 Andrew Fuerste-Henry <andrew@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #179222|0 |1 is obsolete| | --- Comment #9 from Andrew Fuerste-Henry <andrew@bywatersolutions.com> --- Created attachment 179280 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=179280&action=edit Bug 39282: Unit tests for item creation Signed-off-by: John Vinke <jvinke@austinseminary.edu> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39282 Andrew Fuerste-Henry <andrew@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #179223|0 |1 is obsolete| | --- Comment #10 from Andrew Fuerste-Henry <andrew@bywatersolutions.com> --- Created attachment 179281 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=179281&action=edit Bug 39282: Ensure items are created using Item Information values if not using MarcItemFieldsToOrder When using MarcFieldsToOrder and not MarcItemFieldsToOrder it is expected that all of the item information will come from the second tab 'Item information' on addorderiso2709.pl Currently we are not and blank items are beign created To test: 1 - Apply unit tests 2 - prove -v t/db_dependent/Koha/MarcOrder.t 3 - It fails 4 - Set MarcItemFields to Order: price: 949$p quantity: 947$c budget_code: 947$f 5 - Ensure MarcItemFieldsToOrder is blank 6 - Find a basket in acquisitions 7 - Add to basket from a file 8 - Fill item information, set 'Matching' at top of form to 'Do not look for matchign records' and save 9 - Orders are added 10 - Click on a title 11 - Items do not load and an error is generated, this is because items don't have any values 12 - Check the DB: SELECT * FROM items WHERE homebranch IS NULL\G 13 - Note items from order are listed 14 - Apply the rest of the patches 15 - Repeat 6-10 16 - This time the items load successfully NOTE: This patch alone doesn't address all errors, but subsequent will, keeping separate to address each issue individually, but test plan can be executed as a whole against all Signed-off-by: John Vinke <jvinke@austinseminary.edu> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39282 Andrew Fuerste-Henry <andrew@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #179224|0 |1 is obsolete| | --- Comment #11 from Andrew Fuerste-Henry <andrew@bywatersolutions.com> --- Created attachment 179282 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=179282&action=edit Bug 39282: Clarify use of budget codes and ids When getting items from the form on addorderis2907.pl we are getting actual budget id's, we only deal with codes when fetching the values from the MARC. The code here assigns an id into a variable called code - this patch clarifies that and ensures that we fallback to using the id if one has been passed from the interface form To test: 0 - Apply first two patches 1 - prove -v t/db_dependent/Koha/MarcOrders.t 2 - It fails 3 - Apply this patch 4 - It fails? Signed-off-by: John Vinke <jvinke@austinseminary.edu> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39282 Andrew Fuerste-Henry <andrew@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #179225|0 |1 is obsolete| | --- Comment #12 from Andrew Fuerste-Henry <andrew@bywatersolutions.com> --- Created attachment 179283 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=179283&action=edit Bug 39282: Use generated MARC record to create item and return itemnumber When creating items from the form we need to use the MARC record we build from the HTML->XML->MARC This patch simply uses the variable we create and ensures we pass the itemnumbers back To test: 1 - prove -v t/db_dependent/Koha/MarcOrders.t 2 - Still failing 3 - Apply this patch 4 - Success! Phew! We did it. Signed-off-by: John Vinke <jvinke@austinseminary.edu> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39282 Emily Lamancusa (emlam) <emily.lamancusa@montgomerycountymd.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia@bugs.koha-communit |emily.lamancusa@montgomeryc |y.org |ountymd.gov --- Comment #13 from Emily Lamancusa (emlam) <emily.lamancusa@montgomerycountymd.gov> --- Andrew, is it intentional that your signoff lines say John Vinke? Or should I fix those when I (hopefully!) sign off for QA? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39282 John Vinke <jvinke@austinseminary.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jvinke@austinseminary.edu --- Comment #14 from John Vinke <jvinke@austinseminary.edu> --- Yes, we tested this in the Koha-US Baby Devs SIG and I was having issues authenticating to bugzilla. Since we were going over time he just did it. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39282 --- Comment #15 from Emily Lamancusa (emlam) <emily.lamancusa@montgomerycountymd.gov> --- (In reply to John Vinke from comment #14)
Yes, we tested this in the Koha-US Baby Devs SIG and I was having issues authenticating to bugzilla. Since we were going over time he just did it.
Ah, that makes sense. Thanks for testing! And welcome to the dev side! :) -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39282 Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #179280|0 |1 is obsolete| | --- Comment #16 from Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> --- Created attachment 179305 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=179305&action=edit Bug 39282: Unit tests for item creation Signed-off-by: John Vinke <jvinke@austinseminary.edu> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39282 Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #179281|0 |1 is obsolete| | --- Comment #17 from Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> --- Created attachment 179306 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=179306&action=edit Bug 39282: Ensure items are created using Item Information values if not using MarcItemFieldsToOrder When using MarcFieldsToOrder and not MarcItemFieldsToOrder it is expected that all of the item information will come from the second tab 'Item information' on addorderiso2709.pl Currently we are not and blank items are beign created To test: 1 - Apply unit tests 2 - prove -v t/db_dependent/Koha/MarcOrder.t 3 - It fails 4 - Set MarcItemFields to Order: price: 949$p quantity: 947$c budget_code: 947$f 5 - Ensure MarcItemFieldsToOrder is blank 6 - Find a basket in acquisitions 7 - Add to basket from a file 8 - Fill item information, set 'Matching' at top of form to 'Do not look for matchign records' and save 9 - Orders are added 10 - Click on a title 11 - Items do not load and an error is generated, this is because items don't have any values 12 - Check the DB: SELECT * FROM items WHERE homebranch IS NULL\G 13 - Note items from order are listed 14 - Apply the rest of the patches 15 - Repeat 6-10 16 - This time the items load successfully NOTE: This patch alone doesn't address all errors, but subsequent will, keeping separate to address each issue individually, but test plan can be executed as a whole against all Signed-off-by: John Vinke <jvinke@austinseminary.edu> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39282 Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #179282|0 |1 is obsolete| | --- Comment #18 from Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> --- Created attachment 179307 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=179307&action=edit Bug 39282: Clarify use of budget codes and ids When getting items from the form on addorderiso2709.pl we are getting actual budget id's, we only deal with codes when fetching the values from the MARC. The code here assigns an id into a variable called code - this patch clarifies that and ensures that we fallback to using the id if one has been passed from the interface form To test: 0 - Apply first two patches 1 - prove -v t/db_dependent/Koha/MarcOrders.t 2 - It fails 3 - Apply this patch 4 - It fails? Signed-off-by: John Vinke <jvinke@austinseminary.edu> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39282 Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #179283|0 |1 is obsolete| | --- Comment #19 from Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> --- Created attachment 179308 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=179308&action=edit Bug 39282: Use generated MARC record to create item and return itemnumber When creating items from the form we need to use the MARC record we build from the HTML->XML->MARC This patch simply uses the variable we create and ensures we pass the itemnumbers back To test: 1 - prove -v t/db_dependent/Koha/MarcOrders.t 2 - Still failing 3 - Apply this patch 4 - Success! Phew! We did it. Signed-off-by: John Vinke <jvinke@austinseminary.edu> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39282 Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize@ptfs-europe | |.com Status|Signed Off |Passed QA QA Contact|emily.lamancusa@montgomeryc |martin.renvoize@ptfs-europe |ountymd.gov |.com --- Comment #20 from Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> --- That took some head-scratching, but I believe we're all correct now.. the actual changes are fairly minimal, but they affect the code flow as expected. Passing QA -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39282 --- Comment #21 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- Created attachment 179345 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=179345&action=edit Bug 39282: (follow-up) Use generated budget and don't rely on existing data -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39282 --- Comment #22 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- The bug description is a bit long - maybe it can be shortened a little in favor of a longer description in the release notes? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39282 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to main Version(s)| |25.05.00 released in| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39282 --- Comment #23 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Pushed for 25.05! Well done everyone, thank you! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39282 Emily Lamancusa (emlam) <emily.lamancusa@montgomerycountymd.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This fixes an issue that release notes| |occurs in Acquisitions when | |adding an order from a new | |or staged file. If the | |system preference | |AcqCreateItem is set to | |create items when the order | |is placed, and item | |information is not imported | |from the uploaded MARC | |file, then the librarian | |would enter the item | |information in the "Item | |information" tab when | |confirming the order. The | |information from this tab | |was not getting processed | |correctly, which led to | |"empty" items being | |created. Keywords| |regression, | |rel_24_11_candidate Summary|When adding an order from |When adding an order from |file, if the file does not |file, data entered in the |include item data, the item |"Item information" tab is |data entered into the "Item |not saved and invalid items |information" tab is not |are created |saved and invalid items are | |created | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39282 mteal@greenvillelibrary.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mteal@greenvillelibrary.org -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39282 Paul Derscheid <paul.derscheid@lmscloud.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|25.05.00 |25.05.00, 24.11.03 released in| | CC| |paul.derscheid@lmscloud.de Status|Pushed to main |Pushed to stable --- Comment #24 from Paul Derscheid <paul.derscheid@lmscloud.de> --- Nice work everyone! Pushed to 24.11.x for 24.11.03 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39282 Paul Derscheid <paul.derscheid@lmscloud.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|rel_24_11_candidate | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39282 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolin.somers@biblibre.co | |m Status|Pushed to stable |Needs documenting -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39282 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|25.05.00, 24.11.03 |25.05.00,24.11.03 released in| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39282 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david@davidnind.com Status|Needs documenting |RESOLVED Resolution|--- |FIXED --- Comment #25 from David Nind <david@davidnind.com> --- No changes to the manual required. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org