Bugzilla – Attachment #153216: Bug 33978: Adding authority from automatic linker closes imported record for
bug #33978
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 33978
Collapse All
|
Expand All
(-)
a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/blinddetail-biblio-search.tt (-2 / +3 lines)
Lines 191-197
Link Here
191
}
191
}
192
}
192
}
193
[% END %]
193
[% END %]
194
opener.close();
194
if(opener.opener){
195
opener.close();
196
}
195
window.close();
197
window.close();
196
return false;
198
return false;
197
});
199
});
198
-
Return to
bug 33978