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