mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-23 15:09:20 +00:00
bom operation inList view fix
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
{
|
{
|
||||||
"fieldname": "opn_description",
|
"fieldname": "opn_description",
|
||||||
"fieldtype": "Text",
|
"fieldtype": "Text",
|
||||||
"in_list_view": 0,
|
"in_list_view": 1,
|
||||||
"label": "Operation Description",
|
"label": "Operation Description",
|
||||||
"oldfieldname": "opn_description",
|
"oldfieldname": "opn_description",
|
||||||
"oldfieldtype": "Text",
|
"oldfieldtype": "Text",
|
||||||
@@ -73,14 +73,14 @@
|
|||||||
{
|
{
|
||||||
"fieldname": "fixed_cycle_cost",
|
"fieldname": "fixed_cycle_cost",
|
||||||
"fieldtype": "Float",
|
"fieldtype": "Float",
|
||||||
"in_list_view": 1,
|
"in_list_view": 0,
|
||||||
"label": "Fixed Cycle Cost",
|
"label": "Fixed Cycle Cost",
|
||||||
"permlevel": 0
|
"permlevel": 0
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"idx": 1,
|
"idx": 1,
|
||||||
"istable": 1,
|
"istable": 1,
|
||||||
"modified": "2014-09-08 16:29:22.293314",
|
"modified": "2014-09-12 12:03:47.456370",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Manufacturing",
|
"module": "Manufacturing",
|
||||||
"name": "BOM Operation",
|
"name": "BOM Operation",
|
||||||
|
|||||||
Reference in New Issue
Block a user