View | Details | Raw Unified | Return to bug 34257
Collapse All | Expand All

(-)a/tools/batchMod.pl (-1 / +1 lines)
Lines 283-288 if ($op eq "show"){ Link Here
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
            default_branches_empty      => 1,
287
            default_branches_empty      => 1,
287
        }
288
        }
288
    );
289
    );
289
- 

Return to bug 34257