Summary: | Fast bib record add at circulation | ||
---|---|---|---|
Product: | Koha | Reporter: | Jane Wagner <jwagner> |
Component: | Cataloging | Assignee: | Jane Wagner <jwagner> |
Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
Severity: | enhancement | ||
Priority: | PATCH-Sent (DO NOT USE) | CC: | chris, cookie.wolfrom, julian.maurice, nengard, paul.poulain |
Version: | Main | ||
Hardware: | PC | ||
OS: | All | ||
GIT URL: | Change sponsored?: | Sponsored | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Bug Depends on: | |||
Bug Blocks: | 5574, 6748 | ||
Attachments: |
Fast add creation screenshot
Fast add display screenshot Proposed Patch screenshot follow-up patch |
Description
Chris Cormack
2010-05-21 01:11:23 UTC
Patch from Biblibre applies on master and provides this functionality. Pushed, please test Created attachment 3107 [details] [review] Proposed Patch I think there's something wrong : <!-- TMPL_IF NAME="fast_cataloging" --> (line 304 of circulation.tmpl) is never set, so the link never appears. I think the line 305 : <!-- TMPL_IF NAME="CAN_user_editcatalogue_fast_cataloging" --> is enough : show the link if the librarian has the permission This bug is mentioned in: Bug 3495 : Providing a link to the fast add screen in circulation for an item that isn't found http://lists.koha-community.org/pipermail/koha-patches/2011-February/013793.html Created attachment 3253 [details]
screenshot
I tried to test this on current master with a superlibrarian user and all permissions set.
I entered an unknown barcode in circulation and got a yellow message box with an empty pull down. (see screenshot)
Created attachment 3289 [details] [review] follow-up patch The link to 'Fast cataloging' was never shown. Attached patch fixes this problem. About the empty pull down on the screenshot: If you turn off system preference memberofinstitution the blank pull down menu vanishes. I don't understand what the code there about organisations is supposed to do. Perhaps someone else can take a look at that. Pushed, please test and mark resolved The fast cataloging link now shows when you enter an invalid barcode at checkout, but the current code does not incorporate the original patch's final step of checking the newly-created item out to the user. |