feature/offered_article_supplier #40

Merged
Seil0 merged 5 commits from feature/offered_article_supplier into master 2020-06-01 17:10:21 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 407229f15d - Show all commits

View File

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