C2026-009 Reset Change Bars to Date of Last Approval

This commit is contained in:
2026-02-11 16:07:33 -05:00
parent 53360a03af
commit 15979203ce
9 changed files with 370 additions and 165 deletions

View File

@@ -617,7 +617,7 @@ namespace VEPROMS
ProcedureConfig pc = pi.MyConfig as ProcedureConfig;
if (pc == null) return;
dlgSetChangeBarStartDate cbdDlg = new dlgSetChangeBarStartDate(pc);
dlgSetChangeBarStartDate cbdDlg = new dlgSetChangeBarStartDate(pc, pi);
if (cbdDlg.ShowDialog() == DialogResult.OK)
{
using (Item itm = Item.Get(pi.ItemID))