lazhen
2024-05-27 91868cd1ea7eeb00fb573b4ef7a128e988b7a330
_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,5 +45,6 @@
    
      ddslType.Text( eventType );
    }
    info( '------------------------------', ddslType.Text() );
  *]
}