Bug 20256: DBIC schema
[koha.git] / Koha / Illrequest.pm
2022-10-24 Lari TaskulaBug 22321: Fix store() crash when modifying borrowernum...
2022-10-24 Lari TaskulaBug 22321: Update holds borrowernumber when ILL request...
2022-09-23 Andrew IsherwoodBug 30484: Implement support for ILL request updates
2022-09-12 Andrew IsherwoodBug 28634: Fix notice borrowernumber
2022-08-09 Andrew IsherwoodBug 28909: Fix handling if backend doesn't support
2022-08-09 Andrew IsherwoodBug 28909: Allow illview to use backend template
2022-06-23 Joonas KylmäläBug 30947: Simplify CanBookBeIssued date handling
2022-01-18 Andrew IsherwoodBug 28932: Fix duplicate next_action & prev_action
2021-09-21 Andrew IsherwoodBug 28340: Alphabetise metadata for notices
2021-09-21 Andrew IsherwoodBug 22614: Migrate original request
2021-07-16 Jonathan DruartBug 17600: Standardize our EXPORT_OK
2021-06-23 Martin RenvoizeBug 28581: Use 'from_email_address' where appropriate
2021-02-08 Tomas Cohen AraziBug 23830: Adapt callers
2020-11-11 Andrew IsherwoodBug 22818: (follow-up) Respond to feedback
2020-11-11 Andrew IsherwoodBug 22818: (follow-up) Respond to feedback
2020-11-11 Martin RenvoizeBug 22818: (QA follow-up) Translation fix + Branch...
2020-11-11 Martin RenvoizeBug 22818: (QA follow-up) Email addressing corrections
2020-11-11 Andrew IsherwoodBug 22818: Add generation and sending of notices
2020-11-11 Andrew IsherwoodBug 22818: Add notices sysprefs and DB column
2020-10-02 Tomas Cohen AraziBug 22343: Adapt Koha::Illrequest
2020-04-08 Martin RenvoizeBug 24840: (follow-up) Catch some further cases of...
2020-03-23 Martin RenvoizeBug 23463: (RM follow-up) Add try block around Illreque...
2020-03-23 Jonathan DruartBug 23463: Replace new occurrence of AddItem
2020-03-10 Andrew IsherwoodBug 23112: (follow-up) Conditionally prevent checkout
2020-03-10 Nick ClemensBug 23112: (QA follow-up) Fix database update, add...
2020-03-10 Andrew IsherwoodBug 23112: (follow-up) Fix test as per feedback
2020-03-10 Andrew IsherwoodBug 23112: Update request status on return
2020-03-10 Andrew IsherwoodBug 23112: Add permission checks
2020-03-10 Andrew IsherwoodBug 23112: Add circulation to ILL requests
2020-02-24 Jonathan DruartBug 24545: Fix license statements
2019-10-21 Marcel de RooyBug 23712: (QA follow-up) Silence two other warns too
2019-10-01 Martin RenvoizeBug 22280: (RM follow-up) Correction to POD
2019-10-01 Tomas Cohen AraziBug 22280: Fix typo in _status_graph_union
2019-04-19 Andrew IsherwoodBug 22464: Pass forward parameters
2019-03-15 Andrew IsherwoodBug 20563: Allow display of requested partners
2019-03-15 Andrew IsherwoodBug 18837: Introduce delegation to backends for unmedia...
2019-03-15 Andrew IsherwoodBug 21063: Add "Columns settings" for ILL
2019-03-15 Andrew IsherwoodBug 20750: Allow logging of arbitrary actions
2019-03-07 Andrew IsherwoodBug 20639: (follow-up) Fix population of backends
2019-02-22 Andrew IsherwoodBug 20581: (follow-up) Fix status_alias -1 bug
2019-02-22 Andrew IsherwoodBug 20581: (follow-up) Fix status_alias comparison
2019-02-22 Andrew IsherwoodBug 20581: (follow-up) Overload status_alias
2019-02-22 Andrew IsherwoodBug 20581: (follow-up) Modify POD
2019-02-22 Andrew IsherwoodBug 20581: (follow-up) Fix statusalias return
2019-02-22 Andrew IsherwoodBug 20581: Provide status_alias on IllRequest
2019-01-28 Martin RenvoizeBug 20640: (follow-up) Degrade gracefully on error
2019-01-28 Martin RenvoizeBug 20640: Add backend migration support to ILL
2018-11-16 Andrew IsherwoodBug 21835: Fix display of request ID
2018-11-02 Andrew IsherwoodBug 20996: (follow-up) Fix merge problems
2018-11-02 Andrew IsherwoodBug 20996: Remove prefix use of borrower category
2018-10-31 Josef MoravecBug 20941: (QA follow-up) Fix return value of get_type...
2018-10-31 Andrew IsherwoodBug 20941: (follow-up) Carry out comment #4 advice
2018-10-31 Andrew IsherwoodBug 20941: Add Illrequest->getType method
2018-10-27 Magnus EngerBug 18591: Allow any number of comments on ILLs
2018-10-09 Andrew IsherwoodBug 20548: Remove copyright clearance for staff
2018-01-19 Jonathan DruartBug 20001: Fix confusion between array and arrayref
2017-11-09 Tomas Cohen AraziBug 7317: (QA followup) Rename 'branch' for 'library'
2017-11-09 Jonathan DruartBug 7317: Add missing 'use Encode' statement
2017-11-09 Tomas Cohen AraziBug 7317: Handle missing email addresses gracefuly
2017-11-09 Tomas Cohen AraziBug 7317: (followup) Make tests independent of data...
2017-11-09 Tomas Cohen AraziBug 7317: (QA followup) Get rid of warnings from the...
2017-11-09 Tomas Cohen AraziBug 7317: Handle backend absense more gracefuly
2017-11-09 Magnus EngerBug 7317: QA followup
2017-11-09 Tomas Cohen AraziBug 7317: Overload Koha::Illrequest::TO_JSON
2017-11-09 Alex SassmannshausenBug 7317: Interlibrary loans framework for Koha.