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