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

(-)a/svc/bib (-2 / +1 lines)
Lines 120-126 sub update_bib { Link Here
120
        }
120
        }
121
121
122
        my $template_id = C4::Context->preference("SaveBiblioMarcModificationTemplate");
122
        my $template_id = C4::Context->preference("SaveBiblioMarcModificationTemplate");
123
        if ($id) {
123
        if ($template_id) {
124
            my $template = Koha::MarcModificationTemplates->find($template_id);
124
            my $template = Koha::MarcModificationTemplates->find($template_id);
125
            if ($template) {
125
            if ($template) {
126
                ModifyRecordWithTemplate($template_id, $record);
126
                ModifyRecordWithTemplate($template_id, $record);
127
- 

Return to bug 18138