Lines 245-250
if ($noreport) {
Link Here
|
245 |
items.holdingbranch, |
245 |
items.holdingbranch, |
246 |
items.location, |
246 |
items.location, |
247 |
biblio.title, |
247 |
biblio.title, |
|
|
248 |
biblio.subtitle, |
249 |
biblio.part_number, |
250 |
biblio.part_name, |
248 |
biblio.author, |
251 |
biblio.author, |
249 |
biblio.biblionumber, |
252 |
biblio.biblionumber, |
250 |
items.itemcallnumber, |
253 |
items.itemcallnumber, |
Lines 333-338
if ($noreport) {
Link Here
|
333 |
issuedate => output_pref({ dt => dt_from_string( $data->{issuedate} ), dateonly => 1 }), |
336 |
issuedate => output_pref({ dt => dt_from_string( $data->{issuedate} ), dateonly => 1 }), |
334 |
biblionumber => $data->{biblionumber}, |
337 |
biblionumber => $data->{biblionumber}, |
335 |
title => $data->{title}, |
338 |
title => $data->{title}, |
|
|
339 |
subtitle => $data->{subtitle}, |
340 |
part_number => $data->{part_number}, |
341 |
part_name => $data->{part_name}, |
336 |
author => $data->{author}, |
342 |
author => $data->{author}, |
337 |
homebranchcode => $data->{homebranch}, |
343 |
homebranchcode => $data->{homebranch}, |
338 |
holdingbranchcode => $data->{holdingbranch}, |
344 |
holdingbranchcode => $data->{holdingbranch}, |
339 |
- |
|
|