This typo was introduced in Bug 13726 and has obvious fix
---
acqui/transferorder.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/acqui/transferorder.pl b/acqui/transferorder.pl
index 6cd1d2e..716c721 100755
--- a/acqui/transferorder.pl
+++ b/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;
--
2.1.4
_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/