mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-19 09:35:03 +00:00
[Fix] Minor fix for field rename
This commit is contained in:
@@ -2067,7 +2067,7 @@
|
||||
"bold": 0,
|
||||
"collapsible": 0,
|
||||
"columns": 0,
|
||||
"depends_on": "eval:(doc.inspection_required || doc.inspection_required_before_delivery)",
|
||||
"depends_on": "eval:(doc.inspection_required_before_purchase || doc.inspection_required_before_delivery)",
|
||||
"description": "Will also apply to variants",
|
||||
"fieldname": "quality_parameters",
|
||||
"fieldtype": "Table",
|
||||
@@ -2683,7 +2683,7 @@
|
||||
"issingle": 0,
|
||||
"istable": 0,
|
||||
"max_attachments": 1,
|
||||
"modified": "2016-11-16 15:57:09.941178",
|
||||
"modified": "2016-11-18 02:19:54.507883",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Stock",
|
||||
"name": "Item",
|
||||
|
||||
Reference in New Issue
Block a user