From f404419902f7288efc48d80bc5cd0f37f60165fd Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Mon, 8 Mar 2021 10:25:06 -0300 Subject: [PATCH] Bug 27797: (follow-up): Remove stray x-koha-override definition Signed-off-by: Tomas Cohen Arazi --- api/v1/swagger/paths/holds.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/api/v1/swagger/paths/holds.json b/api/v1/swagger/paths/holds.json index c7a0e27af19..2cc14f4c289 100644 --- a/api/v1/swagger/paths/holds.json +++ b/api/v1/swagger/paths/holds.json @@ -275,9 +275,6 @@ "permissions": { "reserveforothers": "1" } - }, - "x-koha-override": { - "AllowHoldPolicyOverride": 1 } } }, -- 2.30.1