move product import to shelf
This commit is contained in:
parent
3642628dc6
commit
cc0105a9a4
9 changed files with 317 additions and 432 deletions
|
|
@ -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');
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue