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

(-)a/svc/bib (-2 / +1 lines)
Lines 129-135 sub update_bib { Link Here
129
        }
129
        }
130
130
131
        my $template_id = C4::Context->preference("SaveBiblioMarcModificationTemplate");
131
        my $template_id = C4::Context->preference("SaveBiblioMarcModificationTemplate");
132
        if ($id) {
132
        if ($template_id) {
133
            my $template = Koha::MarcModificationTemplates->find($template_id);
133
            my $template = Koha::MarcModificationTemplates->find($template_id);
134
            if ($template) {
134
            if ($template) {
135
                ModifyRecordWithTemplate($template_id, $record);
135
                ModifyRecordWithTemplate($template_id, $record);
136
- 

Return to bug 18138