This commit is contained in:
2022-07-02 00:50:20 +00:00
parent f4192f494f
commit 834bf7703d
2 changed files with 6 additions and 2 deletions

View File

@@ -106,6 +106,10 @@ namespace AyaNovaQBI
if (DisplayRow(bLinked))
{
var qbItem = util.QBIntegration.Items.FirstOrDefault(z => z.AType == _Type && z.Id == i.Id);
if (qbItem == null)
{
qbItem = new IntegrationItem();
}
_aya.Rows.Add(new object[] { i.Id, qbItem.IntegrationItemId, i.Name, qbItem.IntegrationItemName });
}