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

(-)a/koha-tmpl/intranet-tmpl/lib/koha/cateditor/koha-backend.js (-1 / +2 lines)
Lines 134-139 define( [ '/cgi-bin/koha/svc/cataloguing/framework?frameworkcode=&callback=defin Link Here
134
                } ).fail( function( data ) {
134
                } ).fail( function( data ) {
135
                    callback( { error: _('Could not fetch frameworkcode for record') } );
135
                    callback( { error: _('Could not fetch frameworkcode for record') } );
136
                } );
136
                } );
137
            } ).fail( function( data ) {
138
                callback( { error: data } )
137
            } );
139
            } );
138
        },
140
        },
139
141
140
- 

Return to bug 24424