Specify next month value set
This commit is contained in:
@ -58,12 +58,14 @@ namespace Hcs.TestApp.Scenario
|
|||||||
Start = new SupplyResourceContractTypePeriodStart()
|
Start = new SupplyResourceContractTypePeriodStart()
|
||||||
{
|
{
|
||||||
StartDate = 20,
|
StartDate = 20,
|
||||||
NextMonth = false
|
NextMonth = false,
|
||||||
|
NextMonthSpecified = true
|
||||||
},
|
},
|
||||||
End = new SupplyResourceContractTypePeriodEnd()
|
End = new SupplyResourceContractTypePeriodEnd()
|
||||||
{
|
{
|
||||||
EndDate = 25,
|
EndDate = 25,
|
||||||
NextMonth = false
|
NextMonth = false,
|
||||||
|
NextMonthSpecified = true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
isPlannedVolume = false,
|
isPlannedVolume = false,
|
||||||
|
|||||||
Reference in New Issue
Block a user