...
// Delete the following line.
ResidentIDText + VATNoPermanentResidentCountry + 'E' + PADSTR('',1,' ') + FormatDate(ToDate) +
PADSTR('',13,'0') + PADSTR('',1,' ') + PADSTR('',13,'0') + PADSTR('',1,' ') + PADSTR('',13,'0') + PADSTR('',1,' ') +
PADSTR('',13,'0') + PADSTR('',1,' ') + PADSTR('',13,'0') + PADSTR('',58,' ') + PADSTR('',10,'0') + PADSTR('',120,' ') +
PADSTR('',5,'0') + PADSTR('',1,' ') + PADSTR('',13,'0') + PADSTR('',26,' ' ) +
CashAmtText + CustomerCashBuffer."Operation Year" + PADSTR('',15,'0') + PADSTR('',56,' ');
...
...
// Add the following line.
ResidentIDText + VATNoPermanentResidentCountry + 'E' + PADSTR('',1,' ') + FormatDate(ToDate) +
PADSTR('',13,'0') + PADSTR('',1,' ') + PADSTR('',13,'0') + PADSTR('',1,' ') + PADSTR('',13,'0') + PADSTR('',1,' ') +
PADSTR('',13,'0') + PADSTR('',1,' ') + PADSTR('',13,'0') + PADSTR('',58,' ') + PADSTR('',10,'0') + PADSTR('',120,' ') +
PADSTR('',5,'0') + PADSTR('',1,' ') + PADSTR('',13,'0') + PADSTR('',1,'0') + PADSTR('',25,' ' ) +
CashAmtText + CustomerCashBuffer."Operation Year" + PADSTR('',15,'0') + PADSTR('',56,' ');
...