From e982abbe4d4a7a896663c9932cbecaea0022cfc2 Mon Sep 17 00:00:00 2001 From: Marica Date: Mon, 20 Jun 2022 17:09:52 +0530 Subject: [PATCH] chore: Change autoname to v13 compatible value (#31407) - 'autoincrement' is present only in v14 - 'hash' is automatically still used in tables but change value for safety --- .../doctype/bom_update_batch/bom_update_batch.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/erpnext/manufacturing/doctype/bom_update_batch/bom_update_batch.json b/erpnext/manufacturing/doctype/bom_update_batch/bom_update_batch.json index 83b54d326cb..d204e8e6de9 100644 --- a/erpnext/manufacturing/doctype/bom_update_batch/bom_update_batch.json +++ b/erpnext/manufacturing/doctype/bom_update_batch/bom_update_batch.json @@ -1,6 +1,6 @@ { "actions": [], - "autoname": "autoincrement", + "autoname": "hash", "creation": "2022-05-31 17:34:39.825537", "doctype": "DocType", "engine": "InnoDB", @@ -42,7 +42,7 @@ "index_web_pages_for_search": 1, "istable": 1, "links": [], - "modified": "2022-06-06 14:50:35.161062", + "modified": "2022-06-20 15:10:15.826571", "modified_by": "Administrator", "module": "Manufacturing", "name": "BOM Update Batch", @@ -50,6 +50,5 @@ "owner": "Administrator", "permissions": [], "sort_field": "modified", - "sort_order": "DESC", - "states": [] + "sort_order": "DESC" } \ No newline at end of file