Bug 37085

Summary: Edit Item not working from Actions menu
Product: Koha Reporter: George Veranis <gveranis>
Component: CatalogingAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: m.de.rooy
Version: 24.05   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description George Veranis 2024-06-13 22:10:43 UTC
The actions Edit, Duplicate, or Delete on the button "Actions" in the table of Items that appear when trying to add or edit an item are not working.
The problem seems to be at Koha/Item.pm on function columns_to_st where not added to the array the value from itemnumber column, because that column exists on the database but not in the framework and is not a subfield as the other columns. And also on additem.pl at line 653 is called so at the line 652 exists but on the next line, the itemnumber is disappeared. I provide the test plan and the patch soon.
Comment 1 Owen Leonard 2024-06-14 11:49:28 UTC
I can't reproduce this in 24.06.00.007