BUG: don't close popups from acqui/parcel.tt
authorDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 26 Mar 2019 19:29:54 +0000 (20:29 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 26 Mar 2019 19:29:54 +0000 (20:29 +0100)
koha-tmpl/intranet-tmpl/prog/js/cataloging_additem.js

index f4a5dc1..f645ff0 100644 (file)
@@ -11,7 +11,7 @@ $(document).ready(function(){
 
     if( popup ){
         if( opisadd ){
-            window.close();
+            //window.close();
         }
     }
 
@@ -116,4 +116,4 @@ function Dopop(link,i) {
 
 function confirm_deletion() {
     return confirm( MSG_CONFIRM_DELETE_ITEM );
-}
\ No newline at end of file
+}