Show
Ignore:
Timestamp:
05/07/08 14:17:58 (4 months ago)
Author:
miker
Message:

do not record emtpy tcn values

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/Application/Cat.pm

    r9107 r9521  
    293293        $record->source(bib_source_from_name($source)) if $source; 
    294294        $record->tcn_source($tcn_source); 
    295         $record->tcn_value($tcn); 
     295        $record->tcn_value($tcn) if ($tcn); 
    296296        $record->creator($e->requestor->id); 
    297297        $record->editor($e->requestor->id);