Fix a typo in the EMS www_printBadge
This commit is contained in:
parent
7c1e81a761
commit
36dec3b094
1 changed files with 1 additions and 1 deletions
|
|
@ -2637,7 +2637,7 @@ sub www_printBadge {
|
|||
|
||||
$registrant->{token_loop} = [];
|
||||
foreach my $tokenId (@tokens) {
|
||||
my $token = WebGUI::Asset::Sku::EMSRibbon->new($session, $tokenId);
|
||||
my $token = WebGUI::Asset::Sku::EMSToken->new($session, $tokenId);
|
||||
push (@{$registrant->{token_loop}}, $token->get);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue