https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25883
--- Comment #3 from Benjamin Daeuber <[email protected]> --- (In reply to Martin Renvoize from comment #2) > I thought you might mean something along the lines of 'Bug 26643 - Staff > should be notified that a transfer has been completed on checkin'.. but I'm > really not confident I understand well enough to mark it as a duplicate yet. The workflow issue this introduced was that staff often check-in items in batches, then sort them as a batch. Previously it was easy to see which items needed to go into a "transfer-to" pile, but changing the branch disrupted that workflow (since that column will now always say whatever brach the user is logged into). I think there's a few ways to deal with this: 1. Add a class to the line in the table to indicate which branch the item is being transferred to. Libraries can then use custom CSS to color code them. 2. Add a column in the table indicating which branch the item is being transferred to. -- You are receiving this mail because: You are the assignee for the bug. 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/
