From 794fd81fdd69d286d89f61da6206ffd743027b88 Mon Sep 17 00:00:00 2001 From: Josef Moravec Date: Fri, 5 Oct 2018 13:48:07 +0000 Subject: [PATCH] Bug 21502: Add UpdateItemLocationOnCheckin preference to YAML format check --- about.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/about.pl b/about.pl index 0b60f2c..9e7d2ca 100755 --- a/about.pl +++ b/about.pl @@ -388,7 +388,8 @@ my @yaml_prefs = ( "RisExportAdditionalFields", "UpdateItemWhenLostFromHoldList", "MarcFieldsToOrder", - "MarcItemFieldsToOrder" + "MarcItemFieldsToOrder", + "UpdateitemLocationOnCheckin" ); my @bad_yaml_prefs; foreach my $syspref (@yaml_prefs) { -- 2.1.4