Added scatter to product reference

This commit is contained in:
Oliver Jakoubek 2020-06-24 09:16:41 +02:00
commit c892d24c2a
2 changed files with 2 additions and 1 deletions

View file

@ -147,6 +147,7 @@ func (pr *ProductReference) Payload() string {
data += pr.Supervision()
data += pr.Overlap()
data += pr.FeedingMode()
data += pr.Scatter()
data += pr.MissingParameter()
data += pr.IssueReference()
return data