Skip to content

Commit

Permalink
Add identifier attrs
Browse files Browse the repository at this point in the history
  • Loading branch information
OscarBakker committed Dec 16, 2024
1 parent cc4d492 commit 35e77ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,7 @@ function transformZaak(zaak: PBZaakRecord): BBVergunning {
dateEndFormatted: dateEnd ? defaultDateFormat(dateEnd) : '-',
result,
id,
identifier: pbZaak.zaaknummer ?? zaak.id,
zaaknummer: pbZaak.zaaknummer ?? zaak.id,
link: {
to: generatePath(AppRoutes['TOERISTISCHE_VERHUUR/VERGUNNING'], {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ export function transformVakantieverhuurVergunningen(
adres: vergunning.location ?? '-',
result: vergunning.decision as VakantieverhuurVergunning['result'],
zaaknummer: vergunning.identifier,
identifier: vergunning.identifier,
steps,
documents: [],
fetchDocumentsUrl: vergunning.documentsUrl,
Expand Down

0 comments on commit 35e77ee

Please sign in to comment.