Skip to content

Commit

Permalink
Correct key is "Requestor" not "Requestors"
Browse files Browse the repository at this point in the history
  • Loading branch information
afresh1 committed Aug 12, 2012
1 parent 31b2f4f commit 8186b88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rt-ticket-importer
Expand Up @@ -174,6 +174,8 @@ sub _pick_apart {
my $value = $item->{$key};
next unless $value;

$key = 'Requestor' if $key eq 'Requestors';

if ( $link_types{$key} ) {

# have to process these after all the tickets are created
Expand Down

0 comments on commit 8186b88

Please sign in to comment.