xiaoding721
2024-12-03 6c75b96c8b75d10226546637445c4ac50db3897d
1
2
3
4
5
6
7
8
9
10
11
Quintiq file version 2.0
#parent: #root
Function CalcMaxPostponementPeriod
{
  TextBody:
  [*
    value := guard( this.GetAllowedPostponementPeriods().Size(), 0 );
    
    this.MaxPostponementPeriod( value );
  *]
}