From 9b7db08fcfae1d6ab26a5bb22c068cdf1b3d0bd6 Mon Sep 17 00:00:00 2001 From: mschill Date: Fri, 12 Jun 2026 15:02:01 -0400 Subject: [PATCH] update unicode --- PROMS/VEPROMS User Interface/dlgApproveProcedure.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PROMS/VEPROMS User Interface/dlgApproveProcedure.cs b/PROMS/VEPROMS User Interface/dlgApproveProcedure.cs index 53f476bc..fa07de4f 100644 --- a/PROMS/VEPROMS User Interface/dlgApproveProcedure.cs +++ b/PROMS/VEPROMS User Interface/dlgApproveProcedure.cs @@ -918,7 +918,7 @@ namespace VEPROMS //set { _MyProcedures = value; } } - //B2026-058 – If approving multiple procedures at the same time with a multiunit set and one of the procedures is open, PROMS sometimes loses that it is set for an individual unit. + //B2026-058 - If approving multiple procedures at the same time with a multiunit set and one of the procedures is open, PROMS sometimes loses that it is set for an individual unit. // this will save the SectedSlave in case a refresh causes it to get lost public int SavedSlave { get; set; } = 0; @@ -1183,7 +1183,7 @@ namespace VEPROMS if (!TryToDelete(pdfPath,revisionStage)) break; if (SavedSlave > 0 && ap.ProcInfo.MyDocVersion.DocVersionConfig.SelectedSlave < 1) { - //B2026-058 – If approving multiple procedures at the same time with a multiunit set and one of the procedures is open, PROMS sometimes loses that it is set for an individual unit. + //B2026-058 - If approving multiple procedures at the same time with a multiunit set and one of the procedures is open, PROMS sometimes loses that it is set for an individual unit. ap.ProcInfo.MyDocVersion.DocVersionConfig.SelectedSlave = SavedSlave; } procsApproved.Add(ap.ProcInfo.DisplayNumber + " " + ap.ProcInfo.DisplayText);