Remove definition sub.
This commit is contained in:
parent
43bff8c878
commit
504741061c
1 changed files with 0 additions and 23 deletions
|
|
@ -168,29 +168,6 @@ sub apply {
|
|||
}
|
||||
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 definition
|
||||
|
||||
=cut
|
||||
|
||||
sub definition {
|
||||
my $class = shift;
|
||||
my $session = shift;
|
||||
my $definition = shift;
|
||||
my %properties;
|
||||
tie %properties, 'Tie::IxHash';
|
||||
my $i18n = WebGUI::International->new($session, "Asset_Subscription");
|
||||
%properties = (
|
||||
);
|
||||
|
||||
push(@{$definition}, {
|
||||
className => 'WebGUI::Asset::Sku::Subscription',
|
||||
properties => \%properties,
|
||||
});
|
||||
return $class->SUPER::definition($session, $definition);
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 generateSubscriptionCode ( length )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue