Next/Future invoices for users
This commit is contained in:
@@ -68,7 +68,7 @@ class Adsl extends ServiceType implements ServiceItem
|
||||
*/
|
||||
public function getServiceDescriptionAttribute(): string
|
||||
{
|
||||
return $this->service_address ?: 'NO Service Address';
|
||||
return strtoupper($this->service_address) ?: 'NO Service Address';
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user