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

(-)a/Koha/Schema/Result/Item.pm (-1 / +3 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
  {
988
      order_by => [ { -desc => 'datesent' }, { -asc => 'daterequested' } ]
989
  }
987
);
990
);
988
991
989
# Relationship with bundled items
992
# Relationship with bundled items
990
- 

Return to bug 34639