created master data: rayon, cost centre, kategori
This commit is contained in:
@@ -10,5 +10,5 @@ class Rayon extends Model
|
||||
use SoftDeletes;
|
||||
|
||||
protected $table = 'rayon';
|
||||
protected $fillable = ['name'];
|
||||
protected $fillable = ['code', 'name'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user