InterceptIQS

_Logistics.Logistics1 over processDataStandardFormat.Logistics

Version>2.59.0</Version
This commit is contained in:
2025-04-28 13:46:01 -07:00
parent 7c19bdf9ce
commit 6c9d81a3ec
5 changed files with 17 additions and 15 deletions

View File

@ -62,7 +62,7 @@ internal class ProcessDataStandardFormat
GetString(SearchFor.Archive, addSpaces, separator);
internal static ProcessDataStandardFormat GetEmpty() =>
new(new(Array.Empty<string>()), new(Array.Empty<string>()), new(Array.Empty<string>()), new(Array.Empty<string>()), null, new(Array.Empty<string>()), null);
new(new(Array.Empty<string>()), new(Array.Empty<string>()), new(Array.Empty<string>()), new(Array.Empty<string>()), null, new(new string[] { "LOGISTICS_1" }), null);
internal static List<string> PDSFToFixedWidth(string reportFullPath)
{