mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-24 15:39:20 +00:00
feat: remove is_batch_operation checkbox from work order operation
This commit is contained in:
@@ -18,7 +18,6 @@
|
|||||||
"column_break_10",
|
"column_break_10",
|
||||||
"time_in_mins",
|
"time_in_mins",
|
||||||
"hour_rate",
|
"hour_rate",
|
||||||
"is_batch_operation",
|
|
||||||
"batch_size",
|
"batch_size",
|
||||||
"planned_operating_cost",
|
"planned_operating_cost",
|
||||||
"section_break_9",
|
"section_break_9",
|
||||||
@@ -182,14 +181,6 @@
|
|||||||
"read_only": 1
|
"read_only": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"default": "0",
|
|
||||||
"fieldname": "is_batch_operation",
|
|
||||||
"fieldtype": "Check",
|
|
||||||
"label": "Is Batch Operation",
|
|
||||||
"read_only": 1
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"depends_on": "eval:doc.is_batch_operation==1;",
|
|
||||||
"fieldname": "batch_size",
|
"fieldname": "batch_size",
|
||||||
"fieldtype": "Int",
|
"fieldtype": "Int",
|
||||||
"label": "Batch Size",
|
"label": "Batch Size",
|
||||||
@@ -197,8 +188,8 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"istable": 1,
|
"istable": 1,
|
||||||
"modified": "2019-06-29 02:54:14.714995",
|
"modified": "2019-07-14 23:01:07.720337",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "govindsmenokee@gmail.com",
|
||||||
"module": "Manufacturing",
|
"module": "Manufacturing",
|
||||||
"name": "Work Order Operation",
|
"name": "Work Order Operation",
|
||||||
"owner": "Administrator",
|
"owner": "Administrator",
|
||||||
|
|||||||
Reference in New Issue
Block a user