Changed home screen to use account models instead of user model. Home screen now shows multiple accounts
This commit is contained in:
@@ -97,7 +97,7 @@ class Service extends Model implements IDs
|
||||
protected $with = [
|
||||
//'invoice_items',
|
||||
//'product.type.supplied',
|
||||
//'type',
|
||||
'type',
|
||||
];
|
||||
|
||||
public const INACTIVE_STATUS = [
|
||||
|
Reference in New Issue
Block a user