Bug 34257: (QA follow-up): tidy up code

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Victor Grousset 2023-09-04 01:06:23 +02:00 committed by Tomas Cohen Arazi
parent 13d5ff9424
commit 9254af7b41
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -282,9 +282,9 @@ if ($op eq "show"){
),
ignore_not_allowed_subfields => 1,
kohafields_to_ignore => ['items.barcode'],
prefill_with_default_values => $use_default_values,
branch_limit => C4::Context->userenv->{"branch"},
default_branches_empty => 1,
prefill_with_default_values => $use_default_values,
branch_limit => C4::Context->userenv->{"branch"},
default_branches_empty => 1,
}
);