fat-finger
This commit is contained in:
parent
01844b6fa2
commit
1ae7a3c6e8
1 changed files with 3 additions and 4 deletions
|
|
@ -277,9 +277,7 @@ a shelf. Override master class to add different form.
|
|||
|
||||
sub getAddToCartForm {
|
||||
my $self = shift;
|
||||
:cn
|
||||
:cn
|
||||
|
||||
my $session = $self->session;
|
||||
my $i18n = WebGUI::International->new($session, 'Asset_Subscription');
|
||||
return
|
||||
WebGUI::Form::formHeader($session, {action => $self->getUrl})
|
||||
|
|
@ -404,6 +402,7 @@ Get the some links to manage subscription codes
|
|||
|
||||
override getHelpers => sub {
|
||||
my ( $self ) = @_;
|
||||
my $session = $self->session;
|
||||
my $helpers = super();
|
||||
my $i18n = WebGUI::International->new( $session, 'Asset_Subscription' );
|
||||
|
||||
|
|
@ -421,7 +420,7 @@ override getHelpers => sub {
|
|||
};
|
||||
|
||||
return $helpers;
|
||||
}
|
||||
};
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue