Bug 34257: (QA follow-up): tidy up code
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
13d5ff9424
commit
9254af7b41
1 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
}
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue