conifer/static/edit_site.js: when creating a site, allow students to be listed as...
authorgfawcett <gfawcett@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Wed, 20 Apr 2011 03:19:39 +0000 (03:19 +0000)
committergfawcett <gfawcett@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Wed, 20 Apr 2011 03:19:39 +0000 (03:19 +0000)
This alleviates an issue that the Leddy staff encountered; sometimes
sessionals are primarily students, and they were not appearing in the
non-student fuzzy-lookup list.

git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1408 6d9bc8c9-1ec2-4278-b937-99fde70a366f

conifer/static/edit_site.js

index 2765537..003b760 100644 (file)
@@ -1,6 +1,7 @@
 $(function() {
     var fuzzy = fuzzyFinder(
        '#fuzzyinput', '#fuzzypanel', '#fuzzyedit', '#fuzzyview', '#fuzzyname', '#fuzzychange', '#owner');
+    fuzzy.includeStudents = true;
     $('#id_start_term').change(onStartTermChange);
 });