[ 1441488 ] Sort Order of Profile Fields in Form "Create New Account"

fixed a few syntax things in Item.pm
This commit is contained in:
Matthew Wilson 2006-03-10 19:00:05 +00:00
parent 27c2d07443
commit 279233b367
4 changed files with 17 additions and 6 deletions

View file

@ -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);