|
Lines 282-290
if ($op eq "show"){
Link Here
|
| 282 |
), |
282 |
), |
| 283 |
ignore_not_allowed_subfields => 1, |
283 |
ignore_not_allowed_subfields => 1, |
| 284 |
kohafields_to_ignore => ['items.barcode'], |
284 |
kohafields_to_ignore => ['items.barcode'], |
| 285 |
prefill_with_default_values => $use_default_values, |
285 |
prefill_with_default_values => $use_default_values, |
| 286 |
branch_limit => C4::Context->userenv->{"branch"}, |
286 |
branch_limit => C4::Context->userenv->{"branch"}, |
| 287 |
default_branches_empty => 1, |
287 |
default_branches_empty => 1, |
| 288 |
} |
288 |
} |
| 289 |
); |
289 |
); |
| 290 |
|
290 |
|
| 291 |
- |
|
|