Skip to content

Commit

Permalink
fix: use "hash" naming for EDI Log
Browse files Browse the repository at this point in the history
"UUID" naming leads to an error on migrate.
  • Loading branch information
barredterra committed Sep 30, 2024
1 parent 06ba76f commit 12c746d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions erpnext/edi/doctype/edi_log/edi_log.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"actions": [],
"autoname": "UUID",
"autoname": "hash",
"creation": "2024-09-30 06:03:02.084870",
"doctype": "DocType",
"engine": "InnoDB",
Expand Down Expand Up @@ -89,7 +89,7 @@
"in_create": 1,
"index_web_pages_for_search": 1,
"links": [],
"modified": "2024-09-30 06:25:49.893304",
"modified": "2024-09-30 15:22:49.893304",
"modified_by": "Administrator",
"module": "EDI",
"name": "EDI Log",
Expand Down

0 comments on commit 12c746d

Please sign in to comment.