Lines 270-275
if ($noreport) {
Link Here
|
270 |
items.barcode, |
270 |
items.barcode, |
271 |
items.homebranch, |
271 |
items.homebranch, |
272 |
items.holdingbranch, |
272 |
items.holdingbranch, |
|
|
273 |
items.itype, |
274 |
biblioitems.itemtype, |
273 |
biblio.title, |
275 |
biblio.title, |
274 |
biblio.author, |
276 |
biblio.author, |
275 |
borrowers.borrowernumber, |
277 |
borrowers.borrowernumber, |
Lines 371-376
if ($noreport) {
Link Here
|
371 |
replacementprice => $data->{replacementprice}, |
373 |
replacementprice => $data->{replacementprice}, |
372 |
enumchron => $data->{enumchron}, |
374 |
enumchron => $data->{enumchron}, |
373 |
patron_attr_value_loop => \@patron_attr_value_loop, |
375 |
patron_attr_value_loop => \@patron_attr_value_loop, |
|
|
376 |
itemtype => C4::Context->preference('item-level_itypes') ? $data->{itype} : $data->{itemtype}, |
374 |
}; |
377 |
}; |
375 |
} |
378 |
} |
376 |
|
379 |
|
Lines 441-446
sub build_csv {
Link Here
|
441 |
duedate |
444 |
duedate |
442 |
title |
445 |
title |
443 |
author |
446 |
author |
|
|
447 |
itemtype |
444 |
cardnumber |
448 |
cardnumber |
445 |
borrowertitle |
449 |
borrowertitle |
446 |
firstname |
450 |
firstname |
447 |
- |
|
|