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:
parent
64c3ad5947
commit
6b9117df81
1 changed files with 6 additions and 5 deletions
11
about.pl
11
about.pl
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue