lazhen
2024-11-08 b270f8c686372d2df802d7379b5fe3311995ab45
_Main/UI/MacroPlannerWebApp/Component_LibCal_dlgMultipleEvent/Method_InitializeCapacity.def
@@ -16,7 +16,7 @@
    
    event     := dhEvent.Data();
    eventType := event.Type();
    info( '------------------------------', eventType );
    // See if the eventType can be used as is or if it should be converted first.
    if( useParticalCapacity )
    {
@@ -45,6 +45,5 @@
    
      ddslType.Text( eventType );
    }
    info( '------------------------------', ddslType.Text() );
  *]
}