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

(-)a/koha-tmpl/intranet-tmpl/lib/koha/cateditor/text-marc.js (-2 / +2 lines)
Lines 95-101 define( [ 'marc-record' ], function( MARC ) { Link Here
95
                }
95
                }
96
            } );
96
            } );
97
97
98
            return errors.length ? { errors: errors } : record;
98
            if( errors.length ) { record.errors = errors; }
99
            return record;
99
        }
100
        }
100
    };
101
    };
101
} );
102
} );
102
- 

Return to bug 23045