move product import to shelf

This commit is contained in:
JT Smith 2008-07-12 21:40:27 +00:00
parent 3642628dc6
commit cc0105a9a4
9 changed files with 317 additions and 432 deletions

View file

@ -410,23 +410,6 @@ sub getPrice {
}
}
#-------------------------------------------------------------------
=head2 getProductImportNode ( session )
Constructor. Returns the product import node object. This is where the product import system will create new products.
=head3 session
A reference to the current session.
=cut
sub getProductImportNode {
my $class = shift;
my $session = shift;
return WebGUI::Asset->newByDynamicClass($session, 'PBproductimportnode001');
}
#-------------------------------------------------------------------