This commit is contained in:
2021-09-02 23:16:59 +00:00
parent 9fe90d5fa9
commit b5544de604
5 changed files with 125 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ namespace AyaNova.DataList
{
public PartInventoryRequestDataList()
{
DefaultListAType = AyaType.PurchaseOrder;
DefaultListAType = AyaType.PartInventoryRequestDataList;
SQLFrom = "from viewworkorder "
+ "left join aworkorderstatus on (viewworkorder.laststatusid = aworkorderstatus.id) "
+ "left join acustomer on (viewworkorder.customerid=acustomer.id) "