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

Nick Clemens (kidclamp) <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
         QA Contact|[email protected] |[email protected]
                   |y.org                       |

--- Comment #90 from Nick Clemens (kidclamp) <[email protected]> ---
Passing QA, but being verbose ;-)

I really would have liked to see this as separate bugs:
- add linking
- allow hold pickup for linking
- implement fine blocking for linked accounts
It would have made testing/QA easier, but this is still fairly clean and
straightforward

Could fix:
- If I accidentally click a patron already linked I get an error message that
closes the modal, its annoying but not a blocker
- Linking a large number of patrons makes it hard to navigate the page - a tab
might have been cleaner
  INSERT INTO patron_account_links (link_group_id,borrowernumber,created_on)
SELECT 1,borrowernumber,NOW() FROM borrowers
- Not being able to see linked accounts on the checkout page is annoying - if I
want to pickup a linked accounts holds during checkout librarians will have to
go to details to see who is linked in order to grab the holds from the shelf
- When providing the link to a second patron when checking out their hold I
think it should open in a new tab

Would fix:
- The table design would allow for a patron to be part of two separate groups -
I can see where I can pickup for my family, or my coworkers, but don't want my
coworkers to be able to pickup for my family - future enhancement

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
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