- Timestamp:
- 05/07/08 14:25:42 (3 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/rel_1_2_2/Open-ILS/src/perlmods/OpenILS/Application/Cat.pm
r9107 r9522 293 293 $record->source(bib_source_from_name($source)) if $source; 294 294 $record->tcn_source($tcn_source); 295 $record->tcn_value($tcn) ;295 $record->tcn_value($tcn) if ($tcn); 296 296 $record->creator($e->requestor->id); 297 297 $record->editor($e->requestor->id);
