processPropertiesFromFormPost to processEditForm

This commit is contained in:
Doug Bell 2010-05-03 16:33:06 -05:00
parent ad96c88a36
commit 3c17dafeb4
32 changed files with 154 additions and 169 deletions

View file

@ -218,7 +218,6 @@ override getEditForm => sub {
Not to be modified, just defines a new tab.
=cut
override getEditTabs => sub {
my $self = shift;
@ -226,6 +225,8 @@ override getEditTabs => sub {
return (super(), ['shop', $i18n->get('shop'), 9]);
};
=cut
#-------------------------------------------------------------------
=head2 getOptions ( )
@ -565,13 +566,13 @@ sub onRemoveFromCart {
#-------------------------------------------------------------------
=head2 processPropertiesFromFormPost ( )
=head2 processEditForm ( )
Extends the base class to process the tax data.
=cut
override processPropertiesFromFormPost => sub {
override processEditForm => sub {
my $self = shift;
my $output = super();