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; |