Fix missing parens in hash dereference
authordjfiander <djfiander>
Tue, 9 Jun 2009 01:43:07 +0000 (01:43 +0000)
committerdjfiander <djfiander>
Tue, 9 Jun 2009 01:43:07 +0000 (01:43 +0000)
Sip/MsgType.pm

index 8fd2f53..2fe926e 100644 (file)
@@ -1038,7 +1038,7 @@ sub handle_end_patron_session {
 
     ($trans_date) = @{$self->{fixed_fields}};
 
-    $ils->check_inst_id($fields->{FID_INST_ID}, "handle_end_patron_session");
+    $ils->check_inst_id($fields->{(FID_INST_ID)}, "handle_end_patron_session");
 
     ($status, $screen_msg, $print_line) = $ils->end_patron_session($fields->{(FID_PATRON_ID)});