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

(-)a/acqui/orderreceive.pl (-1 / +1 lines)
Lines 178-183 $template->param( Link Here
178
    invoice               => $invoice->{invoicenumber},
178
    invoice               => $invoice->{invoicenumber},
179
    gst_values            => \@gst_values,
179
    gst_values            => \@gst_values,
180
    vendor                => $bookseller,
180
    vendor                => $bookseller,
181
    UniqueItemFields      => C4::Context->preference('UniqueItemFields'),
181
);
182
);
182
183
183
my $patron = Koha::Patrons->find( $loggedinuser )->unblessed;
184
my $patron = Koha::Patrons->find( $loggedinuser )->unblessed;
184
- 

Return to bug 37265