This commit is contained in:
@@ -111,14 +111,14 @@ namespace AyaNovaQBI
|
||||
|
||||
}
|
||||
|
||||
private void fixProblemsToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
private async void fixProblemsToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
{
|
||||
FixInvoiceProblems d = new FixInvoiceProblems();
|
||||
d.MisMatches = _MisMatches;
|
||||
d.PartPriceOverrides = _PartPriceOverrides;
|
||||
d.ShowDialog();
|
||||
if (d.ChangesMade)
|
||||
InitInvoices();
|
||||
await InitInvoices();
|
||||
d.Dispose();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user