Edit / PDF / Mail / ->Leads
This commit is contained in:
parent
5d55e5be3f
commit
66ca252bfa
43 changed files with 2915 additions and 76 deletions
|
|
@ -52,7 +52,8 @@ class StatusHistory extends Model
|
|||
|
||||
protected $dates = [
|
||||
'date',
|
||||
'target_date'
|
||||
'target_date',
|
||||
'created_at'
|
||||
];
|
||||
|
||||
protected $fillable = [
|
||||
|
|
@ -61,7 +62,8 @@ class StatusHistory extends Model
|
|||
'sf_guard_user_id',
|
||||
'date',
|
||||
'remarks',
|
||||
'target_date'
|
||||
'target_date',
|
||||
'created_at'
|
||||
];
|
||||
|
||||
public function lead()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue