Added category column for items masters
This commit is contained in:
@@ -12,6 +12,7 @@ class Item extends Model
|
||||
|
||||
protected $fillable = [
|
||||
"plant_id",
|
||||
'category',
|
||||
'code',
|
||||
'description',
|
||||
'hourly_quantity',
|
||||
|
||||
Reference in New Issue
Block a user