This commit is contained in:
@@ -24,10 +24,14 @@ namespace AyaNovaQBI
|
||||
StringBuilder initErrors = new StringBuilder();
|
||||
if (await util.InitializeQBI(initErrors) == false)
|
||||
{
|
||||
if (initErrors.Length>0)
|
||||
if (initErrors.Length > 0)
|
||||
{
|
||||
if (util.LOG_AVAILABLE) await util.IntegrationLog(initErrors.ToString());
|
||||
await Task.Run(() => MessageBox.Show($"AyaNova QBI was unable to start:\r\n{initErrors.ToString()}"));
|
||||
}
|
||||
Close();
|
||||
}
|
||||
grid.Visible = true;
|
||||
|
||||
// grid.DataSource = util.GetInvoiceableItems();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user