- Timestamp:
- 05/07/08 16:45:43 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/rel_1_2_2/Open-ILS/src/perlmods/OpenILS/Application/Cat.pm
r9522 r9526 218 218 return $evt if $evt; 219 219 220 $rec->tcn_value($tcn) ;220 $rec->tcn_value($tcn) if ($tcn); 221 221 $rec->tcn_source($tsource); 222 222
