--- dao/DaoMqPump2/DaoCommon/Salt2Helper.cs 2014/05/16 21:26:01 2170 +++ dao/DaoMqPump2/DaoCommon/Salt2Helper.cs 2014/05/16 21:50:17 2171 @@ -23,6 +23,9 @@ header.modtager = salt2String.Substring(5, 5); header.transaktionForkortelse = salt2String.Substring(55, 4); + + header.transaktionForkortelse = header.transaktionForkortelse.Trim(); + return header; }