mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
export arrived parcel improvements
This commit is contained in:
@@ -113,9 +113,8 @@ class CompanyModule extends AbstractModel implements Addressable, Documentable,
|
||||
|
||||
public function getMarking()
|
||||
{
|
||||
$connection = $this->invites->first();
|
||||
dd($connection);
|
||||
return $connection ? $connection->pivot->invitee_reference : '';
|
||||
$connection = $this->connections()->first();
|
||||
return $connection ? $connection->invitee_reference : '';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user