From 9254af7b41349d563d526a0eeac946464dfef7b4 Mon Sep 17 00:00:00 2001 From: Victor Grousset/tuxayo Date: Mon, 4 Sep 2023 01:06:23 +0200 Subject: [PATCH] Bug 34257: (QA follow-up): tidy up code Signed-off-by: Tomas Cohen Arazi --- tools/batchMod.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/batchMod.pl b/tools/batchMod.pl index 0a19b674a5..97a9396c0e 100755 --- a/tools/batchMod.pl +++ b/tools/batchMod.pl @@ -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, } ); -- 2.39.2