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

(-)a/t/db_dependent/Circulation/Returns.t (-2 / +1 lines)
Lines 157-163 subtest "AddReturn logging on statistics table (item-level_itypes=1)" => sub { Link Here
157
        branch     => $branch,
157
        branch     => $branch,
158
        type       => 'return',
158
        type       => 'return',
159
        itemnumber => $item_without_itemtype->{ itemnumber }
159
        itemnumber => $item_without_itemtype->{ itemnumber }
160
    }, { order_by => { -asc => 'datetime' } })->next();
160
    })->next();
161
161
162
    is( $stat->itemtype, $blevel_itemtype,
162
    is( $stat->itemtype, $blevel_itemtype,
163
        "biblio-level itype recorded on statistics for return as a fallback for null item-level itype");
163
        "biblio-level itype recorded on statistics for return as a fallback for null item-level itype");
164
- 

Return to bug 24148