198 |
$('body').on('click', '#guarantor_search', function(e) { |
198 |
$('body').on('click', '#guarantor_search', function(e) { |
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-library,action','popup','width=800,height=600,resizable=no,toolbar=false,scrollbars=yes,top'); |
203 |
$('#guarantor_relationships').on('click', '.guarantor_cancel', function(e) { |
203 |
$('#guarantor_relationships').on('click', '.guarantor_cancel', function(e) { |