merged to 9933

This commit is contained in:
David Delikat 2009-03-21 12:58:03 +00:00
parent 4fb7b2c81b
commit df234709f4
16 changed files with 474 additions and 295 deletions

View file

@ -161,5 +161,8 @@ $product->purge;
#----------------------------------------------------------------------------
# Cleanup
END {
if ($shipper) {
$shipper->delete;
}
$session2->close;
}