Skip to content

Commit

Permalink
Merge pull request #639 from OpenOlitor/fix/OO_regiova_prod_issue
Browse files Browse the repository at this point in the history
OO when getting the lieferplanung the where statement is missing
  • Loading branch information
AlwinEgger authored Jul 21, 2022
2 parents e67cf94 + 3436786 commit f174d4e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ trait KundenportalRepositoryQueries extends LazyLogging with StammdatenDBMapping
select
.from(lieferplanungMapping as lieferplanung)
.leftJoin(lieferungMapping as lieferung).on(lieferung.lieferplanungId, lieferplanung.id)
.where.eq(lieferung.id, lieferungId)
}.map(lieferplanungMapping(lieferplanung)).single
}

Expand Down

0 comments on commit f174d4e

Please sign in to comment.