diff --git a/lib/WebGUI/Asset/Sku/Product.pm b/lib/WebGUI/Asset/Sku/Product.pm index 287ad0112..f451dfaaa 100644 --- a/lib/WebGUI/Asset/Sku/Product.pm +++ b/lib/WebGUI/Asset/Sku/Product.pm @@ -462,9 +462,6 @@ The index of the collateral data to move down. =cut -### NOTE: There is a redundant use of assetId in some of these statements on purpose to support -### two different types of collateral data. - sub moveCollateralDown { my $self = shift; my $tableName = shift; @@ -479,7 +476,7 @@ sub moveCollateralDown { #------------------------------------------------------------------- -=head2 moveCollateralDown ( tableName, index ) +=head2 moveCollateralUp ( tableName, index ) Moves a collateral data item up one position. If called on the first element of the collateral array then it does nothing. @@ -494,9 +491,6 @@ The index of the collateral data to move up. =cut -### NOTE: There is a redundant use of assetId in some of these statements on purpose to support -### two different types of collateral data. - sub moveCollateralUp { my $self = shift; my $tableName = shift;