This commit is contained in:
@@ -356,7 +356,7 @@ namespace AyaNova.Biz
|
|||||||
left join aworkorderstatus on (aworkorder.laststatusid = aworkorderstatus.id)
|
left join aworkorderstatus on (aworkorder.laststatusid = aworkorderstatus.id)
|
||||||
left join aproject on (aworkorder.projectid=aproject.id)
|
left join aproject on (aworkorder.projectid=aproject.id)
|
||||||
where
|
where
|
||||||
aworkorder.invoicenumber is null
|
(aworkorder.invoicenumber is null or aworkorder.invoicenumber='')
|
||||||
{statusFragment}
|
{statusFragment}
|
||||||
order by aworkorder.serial asc";
|
order by aworkorder.serial asc";
|
||||||
using (var dr = await command.ExecuteReaderAsync())
|
using (var dr = await command.ExecuteReaderAsync())
|
||||||
|
|||||||
Reference in New Issue
Block a user