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

(-)a/Koha/Schema/Result/Item.pm (-1 / +1 lines)
Lines 984-989 __PACKAGE__->has_many( Link Here
984
            "$args->{foreign_alias}.datecancelled" => undef,
984
            "$args->{foreign_alias}.datecancelled" => undef,
985
        };
985
        };
986
    },
986
    },
987
    { order_by => [ { -desc => 'datesent' }, { -asc => 'daterequested' } ] }
987
);
988
);
988
989
989
# Relationship with bundled items
990
# Relationship with bundled items
990
- 

Return to bug 34639