This commit is contained in:
2022-06-30 20:39:26 +00:00
parent f523e8c517
commit 207d2951f8
5 changed files with 287 additions and 2 deletions

View File

@@ -748,7 +748,7 @@ namespace AyaNovaQBI
/// if any are missing or invalid prompt for them
/// </summary>
/// <returns></returns>
public static pfstat ValidateSettings(bool ForceReset)
public static async Task<pfstat> ValidateSettings(bool ForceReset)
{
bool SetEverything = false;
if (ForceReset)
@@ -776,7 +776,7 @@ namespace AyaNovaQBI
if (s0.ShowDialog() == DialogResult.Cancel)
{
IntegrationLog.Log(QBID, "PFC: User cancelled when shown company file currently open - " + QCompanyFile);
await IntegrationLog( "PFC: User cancelled when shown company file currently open - " + QCompanyFile);
return pfstat.Cancel;