fix: Add non-negative constraint to job capacity field in workstation

This commit is contained in:
KerollesFathy
2025-07-13 13:03:01 +00:00
parent a2bb557570
commit 92a12d7fea

View File

@@ -144,6 +144,7 @@
"fieldname": "production_capacity", "fieldname": "production_capacity",
"fieldtype": "Int", "fieldtype": "Int",
"label": "Job Capacity", "label": "Job Capacity",
"non_negative": 1,
"reqd": 1 "reqd": 1
}, },
{ {
@@ -258,7 +259,7 @@
"idx": 1, "idx": 1,
"image_field": "on_status_image", "image_field": "on_status_image",
"links": [], "links": [],
"modified": "2025-07-13 14:34:49.637231", "modified": "2025-07-13 16:02:13.615001",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Manufacturing", "module": "Manufacturing",
"name": "Workstation", "name": "Workstation",