diff --git a/WebsitePanel/Sources/WebsitePanel.WebPortal/DesktopModules/WebsitePanel/SettingsExchangeMailboxPlansPolicy.ascx.cs b/WebsitePanel/Sources/WebsitePanel.WebPortal/DesktopModules/WebsitePanel/SettingsExchangeMailboxPlansPolicy.ascx.cs index 6530d2c3..5b2e65a1 100644 --- a/WebsitePanel/Sources/WebsitePanel.WebPortal/DesktopModules/WebsitePanel/SettingsExchangeMailboxPlansPolicy.ascx.cs +++ b/WebsitePanel/Sources/WebsitePanel.WebPortal/DesktopModules/WebsitePanel/SettingsExchangeMailboxPlansPolicy.ascx.cs @@ -470,6 +470,8 @@ namespace WebsitePanel.Portal { messageBox.ShowErrorMessage("EXCHANGE_FAILED_TO_STAMP", ex); } + + BindMailboxPlans(); } @@ -524,6 +526,8 @@ namespace WebsitePanel.Portal { messageBox.ShowErrorMessage("EXCHANGE_FAILED_TO_STAMP", ex); } + + BindMailboxPlans(); } }