From 7a97551348e794026aa7af54cfb3663c501d6402 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 f0becebac1..02f236d19c 100755 --- a/about.pl +++ b/about.pl @@ -395,7 +395,8 @@ my @yaml_prefs = ( "RisExportAdditionalFields", "UpdateItemWhenLostFromHoldList", "MarcFieldsToOrder", - "MarcItemFieldsToOrder" + "MarcItemFieldsToOrder", + "UpdateitemLocationOnCheckin" ); my @bad_yaml_prefs; foreach my $syspref (@yaml_prefs) { -- 2.11.0