This commit is contained in:
@@ -4,9 +4,9 @@ using AyaNova.Models;
|
||||
using AyaNova.Biz;
|
||||
namespace AyaNova.DataList
|
||||
{
|
||||
internal class PartInventoryOnHandDataList : AyaDataList
|
||||
internal class PartInventoryDataList : AyaDataList
|
||||
{
|
||||
public PartInventoryOnHandDataList()
|
||||
public PartInventoryDataList()
|
||||
{
|
||||
|
||||
DefaultListObjectType = AyaType.PartInventory;
|
||||
@@ -82,7 +82,7 @@ namespace AyaNova.DataList
|
||||
UiFieldDataType = (int)UiFieldDataType.Text,
|
||||
SqlIdColumnName = "vpartinventorynow.id",
|
||||
SqlValueColumnName = "vpartinventorynow.description",
|
||||
IsMeta=true,//only so it doesn't show in the UI but is required for report
|
||||
IsMeta = true,//only so it doesn't show in the UI but is required for report
|
||||
IsRowId = true
|
||||
});
|
||||
|
||||
|
||||
@@ -4,9 +4,9 @@ using AyaNova.Models;
|
||||
using AyaNova.Biz;
|
||||
namespace AyaNova.DataList
|
||||
{
|
||||
internal class PartInventoryDataList : AyaDataList
|
||||
internal class PartInventoryTransactionsDataList : AyaDataList
|
||||
{
|
||||
public PartInventoryDataList()
|
||||
public PartInventoryTransactionsDataList()
|
||||
{
|
||||
|
||||
DefaultListObjectType = AyaType.PartInventory;
|
||||
|
||||
Reference in New Issue
Block a user