https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37085

            Bug ID: 37085
           Summary: Edit Item not working from Actions menu
 Change sponsored?: ---
           Product: Koha
           Version: 24.05
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Cataloging
          Assignee: koha-bugs@lists.koha-community.org
          Reporter: gvera...@dataly.gr
        QA Contact: testo...@bugs.koha-community.org
                CC: m.de.r...@rijksmuseum.nl

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.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to