This commit is contained in:
2022-03-31 17:00:01 +00:00
parent 156ef81b51
commit 9f05df3c04
6 changed files with 18 additions and 8 deletions

View File

@@ -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))
{