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