@@ -, +, @@ --- acqui/transferorder.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/acqui/transferorder.pl +++ a/acqui/transferorder.pl @@ -60,7 +60,7 @@ my $booksellerfromname; if($booksellerfrom){ $booksellerfromname = $booksellerfrom->name; } -my $booksellerto = Koha::Acquisition::Booksellers->finf( $bookselleridto ); +my $booksellerto = Koha::Acquisition::Booksellers->find( $bookselleridto ); my $booksellertoname; if($booksellerto){ $booksellertoname = $booksellerto->name; --