add carriers to freight order
This commit is contained in:
parent
0afdaa76d6
commit
b58d23f084
5 changed files with 12 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ class CreateFreightOrder
|
|||
$dto->loadDetails,
|
||||
$dto->notes,
|
||||
$dto->fileAttachments,
|
||||
$dto->carrierIds,
|
||||
));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue