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

(-)a/misc/migration_tools/bulkmarcimport.pl (-2 / +1 lines)
Lines 140-146 if($marc_mod_template ne '') { Link Here
140
    if($marc_mod_template_id < 0) {
140
    if($marc_mod_template_id < 0) {
141
        die "Can't located MARC modification template '$marc_mod_template'\n";
141
        die "Can't located MARC modification template '$marc_mod_template'\n";
142
    } else {
142
    } else {
143
        print "Records will be modified using MARC modofication template: $marc_mod_template\n" if $verbose;
143
        print "Records will be modified using MARC modification template: $marc_mod_template\n" if $verbose;
144
    }
144
    }
145
}
145
}
146
146
147
- 

Return to bug 26451