Minor display fixes, link to old site
This commit is contained in:
@@ -119,7 +119,7 @@ class Service extends Model
|
||||
|
||||
public function getServiceIdAttribute()
|
||||
{
|
||||
return sprintf('%02s-%05s',$this->site_id,$this->id);
|
||||
return sprintf('%02s-%04s.%05s',$this->site_id,$this->account_id,$this->id);
|
||||
}
|
||||
|
||||
public function getServiceIdUrlAttribute()
|
||||
|
Reference in New Issue
Block a user