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

@ -484,7 +484,6 @@ the shop tab is created here to mimic the function of the sku-created
shop tab. this class holds data like Sku assets so that they can be assigned
in the future when the sku asset is created from this data.
=cut
override getEditTabs => sub {
my $self = shift;
@ -492,6 +491,8 @@ override getEditTabs => sub {
return (super(), ['shop', $sku_i18n->get('shop'), 9],);
};
=cut
#-------------------------------------------------------------------
=head2 getQueueUrl