export arrived parcel improvements

This commit is contained in:
Omair Saleh
2023-09-01 05:26:32 +08:00
parent 2a7a448059
commit a3bff9d079
+1 -1
View File
@@ -113,7 +113,7 @@ class CompanyModule extends AbstractModel implements Addressable, Documentable,
public function getMarking()
{
$connection = $this->inviters->first();
$connection = $this->invites->first();
dd($connection);
return $connection ? $connection->pivot->invitee_reference : '';
}