From f1f6707be8ed2944b0b16203d0c31c6571355536 Mon Sep 17 00:00:00 2001 From: Josef Moravec Date: Tue, 23 Apr 2019 12:25:52 +0000 Subject: [PATCH] Bug 21502: Add ItemsDeniedRenewal system preference to check syntax --- about.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/about.pl b/about.pl index 02f236d19c..b5edf5689f 100755 --- a/about.pl +++ b/about.pl @@ -396,7 +396,8 @@ my @yaml_prefs = ( "UpdateItemWhenLostFromHoldList", "MarcFieldsToOrder", "MarcItemFieldsToOrder", - "UpdateitemLocationOnCheckin" + "UpdateitemLocationOnCheckin", + "ItemsDeniedRenewal" ); my @bad_yaml_prefs; foreach my $syspref (@yaml_prefs) { -- 2.11.0