11 lines
285 B
PHP
11 lines
285 B
PHP
<?php
|
|
public function setListValue($productID, $branch = 0)
|
|
{
|
|
return $this->loadExtension('excel')->setListValue($productID, $branch);
|
|
}
|
|
|
|
public function createFromImport($productID, $branch = 0)
|
|
{
|
|
return $this->loadExtension('excel')->createFromImport($productID, $branch);
|
|
}
|