currency fields

This commit is contained in:
denisdulici
2017-12-09 16:24:18 +03:00
parent a35da4337b
commit e9d2f79fd7
11 changed files with 226 additions and 11 deletions

View File

@ -14,7 +14,7 @@ class Currency extends Model
*
* @var array
*/
protected $fillable = ['company_id', 'name', 'code', 'rate', 'enabled'];
protected $fillable = ['company_id', 'name', 'code', 'rate', 'enabled', 'precision', 'symbol', 'symbol_first', 'decimal_mark', 'thousands_separator'];
/**
* Sortable columns.