Bug 33971: Remove x-koha-query handing in Orders.pm
authorTomas Cohen Arazi <tomascohen@theke.io>
Tue, 13 Jun 2023 13:48:14 +0000 (10:48 -0300)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 3 Jul 2023 13:35:06 +0000 (10:35 -0300)
commitf32fe0d39c88a55d5c6d95a2f6850714adb19ffa
treee50fbfe40f40db18b8241e0f7d407aa4c1b90368
parent0f1b048b5d1a0e575a0352b978a21297cc282ad5
Bug 33971: Remove x-koha-query handing in Orders.pm

This patch removes manual handling of `x-koha-query` in the
Orders:list() controller.

There are no tests for the feature but you can verify no behavior is
changed by doing:

1. Run:
   $ ktd --shell
  k$ prove t/db_dependent/api/v1/acquisitions_orders.t
=> SUCCESS: Tests pass
2. Apply this patch
3. Repeat 1
=> SUCCESS: Tests pass
4. Sign off :-D

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Koha/REST/V1/Acquisitions/Orders.pm