{
SepaSammelLastschrift sl = (SepaSammelLastschrift) list.next();
if (!sl.ueberfaellig() || sl.ausgefuehrt()) // Doppelt haelt besser ;)
continue; // Nur ueberfaellige Auftraege
SynchronizeJobSepaSammelLastschrift job = backend.create(SynchronizeJobSepaSammelLastschrift.class,kt);
job.setContext(SynchronizeJob.CTX_ENTITY,sl);
jobs.add(job);
}
}
catch (Exception e)
{