Bug 30403: (QA follow-up) Add new YAML syspref to about.pl

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Tomás Cohen Arazi 2023-04-06 11:27:46 -03:00
parent 64c3ad5947
commit 6b9117df81
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -468,15 +468,16 @@ if ( C4::Context->preference('WebBasedSelfCheck')
# Test YAML system preferences
# FIXME: This is list of current YAML formatted prefs, should by type of preference
my @yaml_prefs = (
"UpdateNotForLoanStatusOnCheckin",
"OpacHiddenItems",
"BibtexExportAdditionalFields",
"RisExportAdditionalFields",
"UpdateItemWhenLostFromHoldList",
"ItemsDeniedRenewal",
"MarcFieldsToOrder",
"MarcItemFieldsToOrder",
"OpacHiddenItems",
"RisExportAdditionalFields",
"UpdateitemLocationOnCheckin",
"ItemsDeniedRenewal"
"UpdateItemWhenLostFromHoldList",
"UpdateNotForLoanStatusOnCheckin",
"UpdateNotForLoanStatusOnCheckout",
);
my @bad_yaml_prefs;
foreach my $syspref (@yaml_prefs) {