fix: Rename 'Stock Item' to 'Asset Repair Consumed Item'

This commit is contained in:
GangaManoj 2021-06-21 14:55:34 +05:30
parent 852881e33e
commit e921878633
5 changed files with 6 additions and 6 deletions

View File

@ -126,11 +126,11 @@
"fieldname": "stock_items",
"fieldtype": "Table",
"label": "Stock Items",
"options": "Stock Item"
"options": "Asset Repair Consumed Item"
}
],
"links": [],
"modified": "2021-05-13 05:24:58.480132",
"modified": "2021-06-21 14:53:46.041123",
"modified_by": "Administrator",
"module": "Assets",
"name": "Asset Maintenance",

View File

@ -169,7 +169,7 @@
"fieldtype": "Table",
"label": "Stock Items",
"mandatory_depends_on": "stock_consumption",
"options": "Stock Item"
"options": "Asset Repair Consumed Item"
},
{
"fieldname": "section_break_23",
@ -263,7 +263,7 @@
"index_web_pages_for_search": 1,
"is_submittable": 1,
"links": [],
"modified": "2021-06-20 17:35:51.075537",
"modified": "2021-06-21 14:53:46.665576",
"modified_by": "Administrator",
"module": "Assets",
"name": "Asset Repair",

View File

@ -46,7 +46,7 @@
"modified": "2021-05-12 03:19:55.006300",
"modified_by": "Administrator",
"module": "Assets",
"name": "Stock Item",
"name": "Asset Repair Consumed Item",
"owner": "Administrator",
"permissions": [],
"sort_field": "modified",

View File

@ -4,5 +4,5 @@
# import frappe
from frappe.model.document import Document
class StockItem(Document):
class AssetRepairConsumedItem(Document):
pass