Changeset 9527
- Timestamp:
- 05/07/08 16:46:49 (3 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/Open-ILS/src/perlmods/OpenILS/Application/Cat.pm
r9520 r9527 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
