processPropertiesFromFormPost to processEditForm
This commit is contained in:
parent
ad96c88a36
commit
3c17dafeb4
32 changed files with 154 additions and 169 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue