Remove getEditTabs completely

This commit is contained in:
Colin Kuskie 2010-08-27 10:42:27 -07:00
parent 1fd17ef320
commit f4d964bd69
6 changed files with 0 additions and 96 deletions

View file

@ -214,21 +214,6 @@ override getEditForm => sub {
#-------------------------------------------------------------------
=head2 getEditTabs ( )
Not to be modified, just defines a new tab.
override getEditTabs => sub {
my $self = shift;
my $i18n = WebGUI::International->new($self->session,"Asset_Sku");
return (super(), ['shop', $i18n->get('shop'), 9]);
};
=cut
#-------------------------------------------------------------------
=head2 getOptions ( )
Returns a hash reference of configuration data that can return this sku to a configured state. See also applyOptions().