Send out only short message type

This commit is contained in:
Marko Jovanovic 2026-01-16 14:38:55 +01:00
parent 9845ae0c2f
commit 7984461d2c

View File

@ -231,7 +231,8 @@ final class CleanMobileCommand extends Command
$contact->setStudyId($study_id);
$contact->setParsedFileLinenum($rowCount + 1);
$contact->setParsedFileLine($sanitiseUtf8(implode(';', $row)));
$contact->setMsgContentType($rowCount % 2 ? 1 : 2);
// $contact->setMsgContentType($rowCount % 2 ? 1 : 2); // alternativ lang oder kurz
$contact->setMsgContentType(2); // nur kurzformat
$quartal = $today->format('Y') . ceil($today->format('n') / 3);
$contact->setDueQuartal((int) $quartal);