Hi,
Thanks for the report.
Please edit the file "administrator/components/com_hikaserial/views/pack/view.html.php" and replace
		$filterType = $app->getUserStateFromRequest($this->paramBase.".filter_type", 'filter_type', 0, 'int');
By
		$filterType = $app->getUserStateFromRequest($this->paramBase.".filter_type", 'filter_type', 0, 'int');
		$task = JRequest::getVar('task', '');
		if(empty($task))
			$task = 'listing';
		$this->assignRef('task', $task);It will fix the problem of pagination in the pack listing.
(the patch will be include in the next HikaSerial release).
Regards,