[ 1441488 ] Sort Order of Profile Fields in Form "Create New Account"
fixed a few syntax things in Item.pm
This commit is contained in:
parent
27c2d07443
commit
279233b367
4 changed files with 17 additions and 6 deletions
|
|
@ -60,6 +60,7 @@ Overload default constructor to glue in a WebGUI::Product object.
|
|||
sub new {
|
||||
my ($class, $session, $sku, $product, $variantId);
|
||||
$class = shift;
|
||||
$session = shift;
|
||||
$variantId = shift;
|
||||
|
||||
$product = WebGUI::Product->getByVariantId($session,$variantId);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue