Skip to content
Snippets Groups Projects
Commit d19d72b9 authored by Reinhold Kainhofer's avatar Reinhold Kainhofer
Browse files

InsuranceContract: For multi-block contracts, correctly use the main block's ID.

parent da0e09b7
No related branches found
No related tags found
No related merge requests found
......@@ -381,7 +381,7 @@ InsuranceContract = R6Class(
if (length(self$blocks) == 0) {
main = self$clone()
main$parent = self
self$blocks[["main"]] = main
self$blocks[[main$Parameters$ContractData$id]] = main
self$Parameters$ContractData$id = "Gesamt"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment