tax rate add and edit page columns
This commit is contained in:
@ -21,7 +21,7 @@ class Tax extends Model
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
protected $fillable = ['company_id', 'name', 'rate', 'enabled'];
|
||||
protected $fillable = ['company_id', 'name', 'rate', 'calculate', 'compound', 'enabled'];
|
||||
|
||||
/**
|
||||
* Sortable columns.
|
||||
|
Reference in New Issue
Block a user