document the overridden duplicate method in Sku/Product.pm
This commit is contained in:
parent
ce9f7e44e6
commit
6af150aa5d
1 changed files with 7 additions and 0 deletions
|
|
@ -213,6 +213,13 @@ sub deleteCollateral {
|
|||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 duplicate
|
||||
|
||||
Override the duplicate method so uploaded files and images also get copied.
|
||||
|
||||
=cut
|
||||
|
||||
sub duplicate {
|
||||
my $self = shift;
|
||||
my $newAsset = $self->SUPER::duplicate(@_);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue