[Koha-bugs] [Bug 26473] Get items for editing using only itemnumber

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Sep 16 17:31:44 CEST 2020


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

--- Comment #1 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 110222
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=110222&action=edit
Bug 26473: Get items for editing using only itemnumber

This patch modifies additem.pl so that it can accept an itemnumber as
a single parameter.

To test, apply the patch edit items on a bibliographic record which has
one or more items.

- In the location bar, modify the URL so that it uses only the
  itemnumber parameter, e.g.

  /cgi-bin/koha/cataloguing/additem.pl?itemnumber=12345

  The page should load the correct record's items.

- If you add the "op" parameter it should load the item for editing in
  the form:

  /cgi-bin/koha/cataloguing/additem.pl?itemnumber=12345&op=edititem

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list