Tax rate change workflow.

This commit is contained in:
cuneytsenturk
2018-11-06 17:55:31 +03:00
parent f3a7055682
commit 79ebd9d025
10 changed files with 176 additions and 62 deletions

View File

@ -21,7 +21,7 @@ class Tax extends Model
*
* @var array
*/
protected $fillable = ['company_id', 'name', 'rate', 'calculate', 'compound', 'enabled'];
protected $fillable = ['company_id', 'name', 'rate', 'type', 'enabled'];
/**
* Sortable columns.