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

(-)a/tools/export.pl (-2 / +1 lines)
Lines 139-145 if ( $op eq "export" ) { Link Here
139
                        ?
139
                        ?
140
                          C4::Context->preference('item-level_itypes')
140
                          C4::Context->preference('item-level_itypes')
141
                            ? ( 'items.itype' => $itemtype )
141
                            ? ( 'items.itype' => $itemtype )
142
                            : ( 'biblioitems.itemtype' => $itemtype )
142
                            : ( 'me.itemtype' => $itemtype )
143
                        : ()
143
                        : ()
144
                    ),
144
                    ),
145
145
146
- 

Return to bug 17420