Bug 21502: Add ItemsDeniedRenewal system preference to check syntax
[koha-equinox.git] / about.pl
index 02f236d..b5edf56 100755 (executable)
--- 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) {