This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user