This commit is contained in:
@@ -194,7 +194,7 @@ namespace AyaNova.Api.Controllers
|
||||
|
||||
var nameToFetch = t.ToString();
|
||||
if (t == AyaType.PartInventory)
|
||||
nameToFetch = "PartByWarehouseInventoryList";
|
||||
nameToFetch = "PartInventoryTransaction";
|
||||
TranslationKeysToFetch.Add(nameToFetch);
|
||||
}
|
||||
}
|
||||
@@ -206,7 +206,7 @@ namespace AyaNova.Api.Controllers
|
||||
{
|
||||
var tName = t.ToString();
|
||||
if (t == AyaType.PartInventory)
|
||||
tName = "PartByWarehouseInventoryList";
|
||||
tName = "PartInventoryTransaction";
|
||||
string name = string.Empty;
|
||||
if (LT.ContainsKey(tName))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user