Skip to content

Commit be46091

Browse files
Update PlanProToTitleboxTransformation.xtend (#1855)
1 parent c24ad37 commit be46091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/bundles/org.eclipse.set.ppmodel.extensions/src/org/eclipse/set/ppmodel/extensions/utils/PlanProToTitleboxTransformation.xtend

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ class PlanProToTitleboxTransformation {
171171
if (compareSchnittstelle !== null) {
172172
// Fille compare plan information
173173
val comparePlanungAllgemein = compareSchnittstelle?.planungAllgemein
174-
val compareLastPlanungEErstellung = planungEinzel?.
174+
val compareLastPlanungEErstellung = compareSchnittstelle?.planungEinzel?.
175175
planungEHandlung?.planungEErstellung?.lastOrNull
176176
it.set(48, comparePlanungAllgemein?.buildLastEditionNumber)
177177
it.set(62,

0 commit comments

Comments
 (0)