Skip to content

Commit

Permalink
The country code in the tax id has started to be duplicated (#236)
Browse files Browse the repository at this point in the history
They now probably add it themselves.

Followup to #225
  • Loading branch information
spaze authored Sep 25, 2023
2 parents d5b98be + 22c423c commit b7c6234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/app/CompanyInfo/CompanyRegisterAres.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public function getDetails(string $companyId): CompanyInfoDetails
IResponse::S200_OK,
'OK',
$data->ico,
$data->dic ? $data->sidlo->kodStatu . $data->dic : '',
$data->dic ?? '',
$data->obchodniJmeno,
$streetAndNumber,
$data->sidlo->nazevObce,
Expand Down

0 comments on commit b7c6234

Please sign in to comment.