From e28c3a56c5e454f4ea40589e7e0b96b0545cddb2 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Mon, 14 Jun 2021 12:26:20 -0300 Subject: [PATCH] Bug 28563: Add AllowHoldItemTypeSelection to HEA This patch adds the mentioned syspref to the sysprefs list, shared for statistical purposes. Signed-off-by: Tomas Cohen Arazi --- C4/UsageStats.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/C4/UsageStats.pm b/C4/UsageStats.pm index 1fa95bcb5f..3c4ec3dafc 100644 --- a/C4/UsageStats.pm +++ b/C4/UsageStats.pm @@ -164,6 +164,7 @@ sub BuildReport { WhenLostChargeReplacementFee WhenLostForgiveFine AllowHoldDateInFuture + AllowHoldItemTypeSelection AllowHoldPolicyOverride AllowHoldsOnDamagedItems AllowHoldsOnPatronsPossessions -- 2.32.0