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

(-)a/misc/export_records.pl (-2 / +1 lines)
Lines 144-150 if ( $record_type eq 'bibs' ) { Link Here
144
                ?
144
                ?
145
                  C4::Context->preference('item-level_itypes')
145
                  C4::Context->preference('item-level_itypes')
146
                    ? ( 'items.itype' => $itemtype )
146
                    ? ( 'items.itype' => $itemtype )
147
                    : ( 'biblioitems.itemtype' => $itemtype )
147
                    : ( 'me.itemtype' => $itemtype )
148
                : ()
148
                : ()
149
            ),
149
            ),
150
150
151
- 

Return to bug 17420