Skip to content

Commit

Permalink
Issue #1060: Fix perl.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven committed Nov 2, 2021
1 parent 423b4f1 commit c7f153c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kernel/Modules/CustomerTicketProcess.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4610,7 +4610,7 @@ sub _ShowDialogError {
my $LayoutObject = $Kernel::OM->Get('Kernel::Output::HTML::Layout');

# my $Output = $LayoutObject->CustomerHeader( Type => 'Small' );
$Output .= $LayoutObject->CustomerError(%Param);
my $Output .= $LayoutObject->CustomerError(%Param);
# $Output .= $LayoutObject->CustomerFooter( Type => 'Small' );
return $Output;
}
Expand Down

0 comments on commit c7f153c

Please sign in to comment.