Finish database and config translation from Wobject/Product
to Sku/Product. Now for the code.
This commit is contained in:
parent
c2951f9456
commit
d1253c705f
2 changed files with 5 additions and 1 deletions
|
|
@ -63,12 +63,12 @@ my $product2 = $root->addChild($properties2);
|
|||
diag ref $product2;
|
||||
|
||||
$tag->commit;
|
||||
sleep 2;
|
||||
|
||||
$tag = WebGUI::VersionTag->getWorking($session);
|
||||
|
||||
my $product1a = $product1->addRevision({price => 11.11});
|
||||
|
||||
sleep 1;
|
||||
$tag->commit;
|
||||
|
||||
diag "Done.";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue