|
|
@ -292,6 +292,7 @@ public class HBPO_SA_SERVICE : SettleAccountApplicationBase<HBPO_SA> |
|
|
|
var luAssemble = lus.Select(t => t.Replace(" ", "")); |
|
|
|
hbpoSaDetail.LU += luAssemble.Aggregate(new string(' ', 6), (current, index) => current + index); |
|
|
|
} |
|
|
|
hbpoSaDetail.PN = hbpoSaDetail.PN.Replace("'", "").Replace("’", "").Replace("‘", ""); |
|
|
|
hbpoSaDetail.CustomerPartCodeNoSpace = hbpoSaDetail.LU.Replace(" ", ""); |
|
|
|
hbpoSaDetail.Version = Version; |
|
|
|
}); |
|
|
|