From 7ec0158179cba89d81ed74f0d632280c3082b600 Mon Sep 17 00:00:00 2001 From: Corentin Forler Date: Thu, 20 Mar 2025 12:04:37 +0100 Subject: [PATCH] fix: Use hash naming rule for child table Pick-up Location --- .../doctype/pick_up_location/pick_up_location.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/erpnext/selling/doctype/pick_up_location/pick_up_location.json b/erpnext/selling/doctype/pick_up_location/pick_up_location.json index ab10baf536..6e1c352e91 100644 --- a/erpnext/selling/doctype/pick_up_location/pick_up_location.json +++ b/erpnext/selling/doctype/pick_up_location/pick_up_location.json @@ -1,7 +1,7 @@ { "actions": [], "allow_rename": 1, - "autoname": "format:PICKUP-{########}", + "autoname": "hash", "creation": "2023-05-26 12:11:23.752055", "default_view": "List", "doctype": "DocType", @@ -43,11 +43,11 @@ "index_web_pages_for_search": 1, "istable": 1, "links": [], - "modified": "2023-05-26 14:26:12.123186", + "modified": "2025-03-20 12:03:55.668373", "modified_by": "Administrator", "module": "Selling", "name": "Pick-up Location", - "naming_rule": "Expression", + "naming_rule": "Random", "owner": "Administrator", "permissions": [], "quick_entry": 1, @@ -55,4 +55,4 @@ "sort_field": "modified", "sort_order": "DESC", "states": [] -} \ No newline at end of file +} -- GitLab