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

(-)a/C4/Items.pm (-2 / +2 lines)
Lines 149-155 which takes most of the time in batch adds/deletes: ModZebra better Link Here
149
to be called later in C<additem.pl> after the whole loop.
149
to be called later in C<additem.pl> after the whole loop.
150
150
151
$params:
151
$params:
152
    skip_modzebra_update => true / false
152
    skip_modzebra_update => 1|0
153
153
=cut
154
=cut
154
155
155
sub AddItemFromMarc {
156
sub AddItemFromMarc {
156
- 

Return to bug 24027