Bug 29975: (bug 21729 follow-up) Fix api/v1/holds.t
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 31 Jan 2022 09:58:42 +0000 (10:58 +0100)
committerFridolin Somers <fridolin.somers@biblibre.com>
Wed, 2 Feb 2022 19:48:33 +0000 (09:48 -1000)
commit34c9fe4c2c22f39d76bbbe2f49b07ff00ccf4d18
treeb0335ece199a2d22a4afb2087599d0e93be25adf
parentcaa1712d9ffee34975fe92de26c1ede92f8a6425
Bug 29975: (bug 21729 follow-up) Fix api/v1/holds.t

Unknown column 'patron_expiration_date' in 'field list'
The REST API routes don't need to be aware of the new column patron_expiration_date

Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Koha/Hold.pm