remove unnecessary carrier ids from freight order

This commit is contained in:
Yisroel Baum 2025-11-22 20:58:51 +02:00
parent 54bd68c4e7
commit d68c3bc66c
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

View file

@ -103,7 +103,6 @@ class CreateFreightOrder
$dto->loadDetails,
$dto->notes,
$dto->fileAttachments,
$dto->carrierIds,
));
}
}