This commit is contained in:
2022-07-05 14:01:43 +00:00
parent 2de02d6f34
commit 9a27e4773c
5 changed files with 70 additions and 23 deletions

View File

@@ -131,7 +131,7 @@ namespace AyaNovaQBI
break;
case AyaType.ServiceRate:
await util.ImportQBServiceRate(QBItemId, alErrors);
await util.ImportQBServiceRate(QBItemId, alErrors);
break;
case AyaType.TravelRate:
@@ -199,7 +199,7 @@ namespace AyaNovaQBI
switch (_Type)
{
case AyaType.Customer:
util.ImportAyaCustomer(AyaId, alErrors);
await util.ImportAyaCustomer(AyaId, alErrors);
break;
case AyaType.Vendor:
await util.ImportAyaVendor(AyaId, alErrors);
@@ -207,7 +207,7 @@ namespace AyaNovaQBI
case AyaType.ServiceRate:
{
if (firstPass)
{
{
SetQBImportServiceRateAccounts s = new SetQBImportServiceRateAccounts();
if (s.ShowDialog() != DialogResult.OK)
{
@@ -217,7 +217,7 @@ namespace AyaNovaQBI
s.Dispose();
firstPass = false;
}
await util.ImportAyaServiceRate(AyaId, alErrors);
await util.ImportAyaServiceRate(AyaId, alErrors);
}
break;
case AyaType.TravelRate: