1
0
forked from poc/pds

Added category column for items masters

This commit is contained in:
dhanabalan
2025-06-03 16:35:02 +05:30
parent 7760c64ed3
commit 29c092a860
5 changed files with 52 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ class Item extends Model
protected $fillable = [
"plant_id",
'category',
'code',
'description',
'hourly_quantity',