changed cheapest supplier ref in offered article entity

This commit is contained in:
Hendrik Schutter 2020-05-30 16:49:20 +02:00
parent 1b2e75a82c
commit 407229f15d
1 changed files with 1 additions and 1 deletions

View File

@ -28,6 +28,6 @@ public class ArticleOffer {
public boolean shouldBeAdvertised;
@ManyToOne(optional = false)
@ManyToOne(optional = true)
public Supplier cheapestSupplier;
}