http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15116 --- Comment #3 from Martin Stenberg <martin@bugs.koha-community.org.xinxidi.net> --- If you are in single item checkout, you can press enter in the barcode textbox to print a receipt. In batch checkout, this is not possible due to the nature of the textarea (which when pressing enter will add a newline). Having the link there makes it possible to print a receipt by pressing tab twice, followed by enter, instead of having to grab the mouse and click your way through the menu to the "print slip"-link. So it is there to improve the workflow. An alternative could be to hide the link, but still allow for the dubble-tab-enter key combo. I tried this during development, but found it a bit confusing since there was no way to see that this was possible, the shortcut link makes it more intuitive. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.