Quintiq file version 2.0 
 | 
#parent: #root 
 | 
Method UpdateTotalAvailableSupplyUser ( 
 | 
  Boolean hastotalavailablesupplyuser, 
 | 
  Real totalavailablesupplyuser 
 | 
) 
 | 
{ 
 | 
  Description: 'Updates the total available supply specified by the user' 
 | 
  TextBody: 
 | 
  [* 
 | 
    // Martijn Feb-22-2017 (created) 
 | 
    this.HasTotalAvailableSupplyUser( hastotalavailablesupplyuser ); 
 | 
    this.TotalAvailableSupplyUser( totalavailablesupplyuser ); 
 | 
  *] 
 | 
} 
 |