fixed document source

This commit is contained in:
Denis Duliçi
2021-09-10 01:20:20 +03:00
parent 6379c0e903
commit 1f2b5e79f3
5 changed files with 19 additions and 6 deletions

View File

@ -16,7 +16,7 @@ class DocumentTotal extends Model
protected $appends = ['title'];
protected $fillable = ['company_id', 'type', 'document_id', 'code', 'name', 'amount', 'sort_order'];
protected $fillable = ['company_id', 'type', 'document_id', 'code', 'name', 'amount', 'sort_order', 'created_from', 'created_by'];
/**
* The attributes that should be cast.