This commit is contained in:
@@ -4784,8 +4784,8 @@ namespace AyaNova.Biz
|
|||||||
List<string> transl = new List<string>();
|
List<string> transl = new List<string>();
|
||||||
transl.Add("Part");
|
transl.Add("Part");
|
||||||
transl.Add("PartWarehouse");
|
transl.Add("PartWarehouse");
|
||||||
transl.Add("required");
|
transl.Add("QuantityRequired");
|
||||||
TranslationBiz.GetSubsetForUserStaticAsync(,sub.UserId);
|
var Trans = await TranslationBiz.GetSubsetForUserStaticAsync(transl, sub.UserId);
|
||||||
|
|
||||||
//process those pms
|
//process those pms
|
||||||
foreach (long pmid in l)
|
foreach (long pmid in l)
|
||||||
|
|||||||
Reference in New Issue
Block a user