..
This commit is contained in:
@@ -1515,6 +1515,14 @@ namespace FEQ0000
|
|||||||
var row = this.dsPurchase.EETGW_PurchaseEB.Where(t => t.idx == rowidx).First();
|
var row = this.dsPurchase.EETGW_PurchaseEB.Where(t => t.idx == rowidx).First();
|
||||||
rows.Add(row);
|
rows.Add(row);
|
||||||
}
|
}
|
||||||
|
if (rows.Any() == false)
|
||||||
|
{
|
||||||
|
if (this.bs.Count > 0)
|
||||||
|
{
|
||||||
|
var drv = this.bs.Current as DataRowView;
|
||||||
|
rows.Add(drv.Row as dsPurchase.EETGW_PurchaseEBRow);
|
||||||
|
}
|
||||||
|
}
|
||||||
return rows;
|
return rows;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user