http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14551 --- Comment #2 from M. Tompsett <mtompset@hotmail.com> --- Comment on attachment 41049 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=41049 Bug 14551: Silencing warn triggered by sending a list via email on OPAC Review of attachment 41049: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=14551&attachment=41049) ----------------------------------------------------------------- ::: C4/VirtualShelves.pm @@ +264,4 @@
$sth2->execute($shelfnumber); ($sortfield) = $sth2->fetchrow_array; } + $sort_direction //= '';
Am I missing something? I don't see a difference, except for white space and vertical spacing. -- You are receiving this mail because: You are watching all bug changes.