_Main/UI/MacroPlannerWebApp/Component_DialogPublishPlan/Method_OnOK.def
@@ -14,9 +14,13 @@ } if( cbOfflinePlan.Checked() ){ plannames.Add( lblOfflinePlan.Label() ); ArchiveCell_AnnualPlanReport::Create( MacroPlan,Archive ); } if( cbShiftPlan.Checked() ){ plannames.Add( lblShiftPlan.Label() ); ArchiveCell_ScheduleSummary::Create( MacroPlan,Archive ); } if( cbAssembleOnlinePlan.Checked() ){ plannames.Add( lblAssembleOnlinePlan.Label() ); @@ -36,6 +40,7 @@ , currentuser ); } this.Close(); *] }