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

(-)a/koha-tmpl/intranet-tmpl/prog/js/members.js (-2 / +1 lines)
Lines 197-203 $(document).ready(function(){ Link Here
197
197
198
    $('body').on('click', '#guarantor_search', function(e) {
198
    $('body').on('click', '#guarantor_search', function(e) {
199
        e.preventDefault();
199
        e.preventDefault();
200
        var newin = window.open('/cgi-bin/koha/members/search.pl?columns=cardnumber,name,category,branch,dateofbirth,address,action','popup','width=800,height=600,resizable=no,toolbar=false,scrollbars=yes,top');
200
        var newin = window.open('/cgi-bin/koha/members/search.pl?columns=cardnumber,name,category,branch,dateofbirth,address,action','popup','width=1024,height=768,resizable=no,toolbar=false,scrollbars=yes,top');
201
    });
201
    });
202
202
203
    $('#guarantor_relationships').on('click', '.guarantor_cancel', function(e) {
203
    $('#guarantor_relationships').on('click', '.guarantor_cancel', function(e) {
204
- 

Return to bug 30055