Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update brk2.0_oracle_views.sql #2051

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion datamodel/brk/brk2.0_oracle_views.sql
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ SELECT zakrecht.identificatie AS zr_i
COALESCE(tenaamstelling2.tennamevan, '') AS subject_identif,
-- BRMO-340: toevoegen van mandeligheidsidentificatie, zodat het duidelijk is dat het een mandelige zaak betreft.
mandeligheid.identificatie AS mandeligheid_identif,
zakrecht.rustop AS koz_identif,
vuzrok.rustop_zak_recht AS koz_identif,
CASE WHEN (zakrecht.isbetrokkenbij is not NULL) THEN 1 ELSE 0 END AS indic_betrokken_in_splitsing,
zakrecht.aard AS omschr_aard_verkregen_recht,
zakrecht.aard AS fk_3avr_aand,
Expand Down