fix: Rename 'Stock Item' to 'Asset Repair Consumed Item'
This commit is contained in:
parent
b081d79332
commit
a34bf5edec
@ -126,11 +126,11 @@
|
|||||||
"fieldname": "stock_items",
|
"fieldname": "stock_items",
|
||||||
"fieldtype": "Table",
|
"fieldtype": "Table",
|
||||||
"label": "Stock Items",
|
"label": "Stock Items",
|
||||||
"options": "Stock Item"
|
"options": "Asset Repair Consumed Item"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2021-05-13 05:24:58.480132",
|
"modified": "2021-06-21 14:53:46.041123",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Assets",
|
"module": "Assets",
|
||||||
"name": "Asset Maintenance",
|
"name": "Asset Maintenance",
|
||||||
|
@ -169,7 +169,7 @@
|
|||||||
"fieldtype": "Table",
|
"fieldtype": "Table",
|
||||||
"label": "Stock Items",
|
"label": "Stock Items",
|
||||||
"mandatory_depends_on": "stock_consumption",
|
"mandatory_depends_on": "stock_consumption",
|
||||||
"options": "Stock Item"
|
"options": "Asset Repair Consumed Item"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "section_break_23",
|
"fieldname": "section_break_23",
|
||||||
@ -264,7 +264,7 @@
|
|||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"is_submittable": 1,
|
"is_submittable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2021-06-20 17:35:51.075537",
|
"modified": "2021-06-21 14:53:46.665576",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Assets",
|
"module": "Assets",
|
||||||
"name": "Asset Repair",
|
"name": "Asset Repair",
|
||||||
|
@ -46,7 +46,7 @@
|
|||||||
"modified": "2021-05-12 03:19:55.006300",
|
"modified": "2021-05-12 03:19:55.006300",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Assets",
|
"module": "Assets",
|
||||||
"name": "Stock Item",
|
"name": "Asset Repair Consumed Item",
|
||||||
"owner": "Administrator",
|
"owner": "Administrator",
|
||||||
"permissions": [],
|
"permissions": [],
|
||||||
"sort_field": "modified",
|
"sort_field": "modified",
|
@ -4,5 +4,5 @@
|
|||||||
# import frappe
|
# import frappe
|
||||||
from frappe.model.document import Document
|
from frappe.model.document import Document
|
||||||
|
|
||||||
class StockItem(Document):
|
class AssetRepairConsumedItem(Document):
|
||||||
pass
|
pass
|
Loading…
x
Reference in New Issue
Block a user