Quintiq file version 2.0 
 | 
#parent: pHeader/bLotSize 
 | 
Response OnClick () id:Response_pHeader_bLotSize_OnClick 
 | 
{ 
 | 
  #keys: '[413988.0.1401611891]' 
 | 
  CanBindMultiple: false 
 | 
  DefinitionID: 'Responsedef_WebButton_OnClick' 
 | 
  Precondition: 
 | 
  [* 
 | 
    return not isnull( MacroPlan ); 
 | 
  *] 
 | 
  QuillAction 
 | 
  { 
 | 
    Body: 
 | 
    [* 
 | 
      dlg := construct( DialogPackagingPlanLotSize ); 
 | 
       
 | 
      ApplicationMacroPlanner.ShowFormModal( dlg ); 
 | 
    *] 
 | 
    GroupServerCalls: false 
 | 
  } 
 | 
} 
 |