Changeset 9470
- Timestamp:
- 04/27/08 23:38:54 (3 weeks ago)
- Files:
-
- 1 modified
-
trunk/Open-ILS/src/extras/org_tree_js.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Open-ILS/src/extras/org_tree_js.pl
r8481 r9470 60 60 61 61 62 $pile .= ' globalOrgTypes = [';62 $pile .= 'var globalOrgTypes = ['; 63 63 for my $t (@$types) { 64 64 my ($u,$v,$d,$i,$n,$o,$p) = (val($t->can_have_users),val($t->can_have_vols),$t->depth,$t->id,val($t->name),val($t->opac_label),$t->parent);
