getRecord ( )
inherited

Gets record.

1526  {
1527  $record = parent::getRecord();
1528  $record = array_merge($record, $this->currency->getRecord());
1529  unset($record['currency']);
1530  return $record;
1531  }