This commit is contained in:
@@ -362,7 +362,7 @@ namespace AyaNova.Biz
|
||||
using (var dr = await command.ExecuteReaderAsync())
|
||||
if (dr.HasRows)
|
||||
{
|
||||
if (await dr.ReadAsync())
|
||||
while (await dr.ReadAsync())
|
||||
{
|
||||
|
||||
var i = new WorkOrderAccountingListItem();
|
||||
|
||||
Reference in New Issue
Block a user