Lines 410-416
Link Here
|
410 |
|
410 |
|
411 |
function closeandprint(bg){ |
411 |
function closeandprint(bg){ |
412 |
if(document.location = '/cgi-bin/koha/acqui/basketgroup.pl?op=closeandprint&basketgroupid=' + bg ){ |
412 |
if(document.location = '/cgi-bin/koha/acqui/basketgroup.pl?op=closeandprint&basketgroupid=' + bg ){ |
413 |
setTimeout("window.location.reload();", 3000); |
413 |
setTimeout(() => { |
|
|
414 |
window.location.reload(); |
415 |
}, 3000); |
414 |
} else { |
416 |
} else { |
415 |
alert( _("Error downloading the file") ); |
417 |
alert( _("Error downloading the file") ); |
416 |
} |
418 |
} |