Hi,
Try changing the code:
$params->action['address']['address_id'] = 'address_id';
unset($action['formatExport']);
$params = $this->massaction->_displayResults('address',$elements,$action,$k);
to:
unset($action['formatExport']);
$params = $this->massaction->_displayResults('address',$elements,$action,$k);
$params->action['address']['address_id'] = 'address_id';
in the file plugins/hikashop/massaction_address/massaction_address.php
That should hopefully fix the problem.
Please let us know how it goes so that we can include the fix on our end for the next release of HikaShop.