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

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 9254af7b41)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
(cherry picked from commit 70ffc2c6fa)
Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
This commit is contained in:
Victor Grousset 2023-09-04 01:06:23 +02:00 committed by Matt Blenkinsop
parent f5699d65e5
commit ea70f6eabe

View file

@ -275,9 +275,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,
}
);