@@ -, +, @@ biblio - followup - Use syspref item-level_itypes = biblio record - Run misc/export_records.pl --- misc/export_records.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/misc/export_records.pl +++ a/misc/export_records.pl @@ -144,7 +144,7 @@ if ( $record_type eq 'bibs' ) { ? C4::Context->preference('item-level_itypes') ? ( 'items.itype' => $itemtype ) - : ( 'biblioitems.itemtype' => $itemtype ) + : ( 'me.itemtype' => $itemtype ) : () ), --