@@ -, +, @@ --- opac/opac-shareshelf.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/opac/opac-shareshelf.pl +++ a/opac/opac-shareshelf.pl @@ -138,7 +138,7 @@ sub show_accept { shelfnumber => $param->{shelfnumber}, }, { - order_by => 'sharedate desc', + order_by => { -desc => 'sharedate' }, limit => 1, } ); --