Development #672

Merged
djankowski merged 4 commits from Development into master 2025-12-11 08:44:59 -05:00
2 changed files with 2 additions and 0 deletions

Binary file not shown.

View File

@@ -5380,6 +5380,8 @@ namespace VEPROMS
private void btnUpdateFormat_Click(object sender, EventArgs e)
{
UpdateFormats(null);
//C2025-060 When format is updated in PROMS, auto-update the format cache so it doesn't require exiting PROMS and going back in.
RefreshFormats(sender, null);
}
private void UpdateFormats(string mypath)