- Timestamp:
- 05/07/08 16:47:17 (2 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/Application/Cat.pm
r9521 r9528 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
