fix invoice batch download, #13461
[freeside.git] / httemplate / elements / progress-popup.html
index 42e4641..73440bb 100644 (file)
@@ -66,7 +66,7 @@ function updateStatus( status_statustext ) {
 
     window.top.location.href = '<% $url %>';
 % } elsif ( $popup_url ) {
-    document.parentWindow.location.replace('<% $popup_url %>');
+    document.location.replace('<% $popup_url %>');
 % } else { 
 
     alert('job done but no url or message specified');