Bug 37085 - Edit Item not working from Actions menu
Summary: Edit Item not working from Actions menu
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Cataloging (show other bugs)
Version: 24.05
Hardware: All All
: P5 - low normal
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-13 22:10 UTC by George Veranis
Modified: 2024-06-14 11:49 UTC (History)
1 user (show)

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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