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

(-)a/C4/MarcModificationTemplates.pm (-2 / +1 lines)
Lines 563-569 sub ModifyRecordWithTemplate { Link Here
563
563
564
    C4::Koha::Log("eval $eval") if DEBUG >= 2;
564
    C4::Koha::Log("eval $eval") if DEBUG >= 2;
565
    warn("eval $eval") if DEBUG >= 2;
565
    warn("eval $eval") if DEBUG >= 2;
566
    eval {$eval};
566
    eval $eval;
567
    C4::Koha::Log( $record->as_formatted() ) if DEBUG >= 10;
567
    C4::Koha::Log( $record->as_formatted() ) if DEBUG >= 10;
568
    warn( $record->as_formatted() ) if DEBUG >= 10;
568
    warn( $record->as_formatted() ) if DEBUG >= 10;
569
569
570
- 

Return to bug 8015