more work on translating Asset Products to Sku Products

This commit is contained in:
Colin Kuskie 2008-04-03 03:40:56 +00:00
parent 50a4b564e5
commit c8e1c3c3d3
3 changed files with 26 additions and 11 deletions

View file

@ -68,6 +68,7 @@ $tag = WebGUI::VersionTag->getWorking($session);
my $product1a = $product1->addRevision({price => 11.11});
sleep 1;
$tag->commit;
diag "Done.";