typo
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 27 Jul 2006 21:27:52 +0000 (21:27 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 27 Jul 2006 21:27:52 +0000 (21:27 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@5139 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/server/patron/ue_ui.js

index 6b9ad9d..ec62dfc 100644 (file)
@@ -175,7 +175,7 @@ function uEditInsertCat( row, cat, idx ) {
 
        selector.onchange = function() { 
                newval.value = getSelectorVal(selector);
-               if(newval.onchange()) newval.onchange();
+               if(newval.onchange) newval.onchange();
        }
 
        if( idx == 0 ) selector.id = 'ue_stat_cat_selector_1';