From 2b66e27fd06db659bfaff911d81802e186329b69 Mon Sep 17 00:00:00 2001 From: Alicia Zangger Date: Tue, 19 Nov 2019 09:16:30 +0100 Subject: [PATCH] fix: correct circulation policy * Corrects item types of circulation policy with pid = 10 for data consistency. Co-Authored-by: Alicia Zangger --- data/circulation_policies.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data/circulation_policies.json b/data/circulation_policies.json index ba663b4661..1db9d04cb4 100644 --- a/data/circulation_policies.json +++ b/data/circulation_policies.json @@ -331,7 +331,7 @@ "$ref": "https://ils.rero.ch/api/patron_types/1" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/8" } }, { @@ -339,7 +339,7 @@ "$ref": "https://ils.rero.ch/api/patron_types/2" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/7" + "$ref": "https://ils.rero.ch/api/item_types/8" } } ] @@ -362,7 +362,7 @@ "$ref": "https://ils.rero.ch/api/patron_types/3" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/8" + "$ref": "https://ils.rero.ch/api/item_types/9" } }, { @@ -370,7 +370,7 @@ "$ref": "https://ils.rero.ch/api/patron_types/4" }, "item_type": { - "$ref": "https://ils.rero.ch/api/item_types/8" + "$ref": "https://ils.rero.ch/api/item_types/9" } } ]