View | Details | Raw Unified | Return to bug 18013
Collapse All | Expand All

(-)a/acqui/transferorder.pl (-2 / +1 lines)
Lines 60-66 my $booksellerfromname; Link Here
60
if($booksellerfrom){
60
if($booksellerfrom){
61
    $booksellerfromname = $booksellerfrom->name;
61
    $booksellerfromname = $booksellerfrom->name;
62
}
62
}
63
my $booksellerto = Koha::Acquisition::Booksellers->finf( $bookselleridto );
63
my $booksellerto = Koha::Acquisition::Booksellers->find( $bookselleridto );
64
my $booksellertoname;
64
my $booksellertoname;
65
if($booksellerto){
65
if($booksellerto){
66
    $booksellertoname = $booksellerto->name;
66
    $booksellertoname = $booksellerto->name;
67
- 

Return to bug 18013