Skip to content

Commit

Permalink
Issue #374: remove incorrect ->{AbsoluteSeconds}
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed Aug 24, 2020
1 parent fb8f23d commit c4dfd24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kernel/System/Ticket.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8273,7 +8273,7 @@ sub _TicketGetClosed { ## no critic
TicketID => $Param{Ticket}->{TicketID},
StartTime => $Param{Ticket}->{Created},
Calendar => $Escalation{Calendar},
)->{AbsoluteSeconds};
);

$Data{SolutionInMin} = int( $WorkingTime / 60 );

Expand Down

0 comments on commit c4dfd24

Please sign in to comment.