typo
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 28 Jun 2005 15:34:41 +0000 (15:34 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 28 Jun 2005 15:34:41 +0000 (15:34 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@945 dcc99617-32d9-48b4-a31d-7c20da2025e4

Evergreen/staff_client/chrome/content/evergreen/util/spawn_win.js

index 1a52736..0ff28e9 100644 (file)
@@ -7,7 +7,7 @@ function spawn_interface(d,tab_flag,tabbox,chrome,label,passthru_params) {
        } else {
                w = new_window( chrome );
        }
-       w.params = params;
+       w.params = passthru_params;
 }
 
 function spawn_batch_copy_editor(d,tab_flag,passthru_params) {