Skip to content

Commit

Permalink
Merge pull request #104 from ecosoft-frappe/fix-MO
Browse files Browse the repository at this point in the history
Fix naming series in MO
  • Loading branch information
newtratip authored Feb 17, 2025
2 parents 66dfbfa + 9d57b87 commit 132d021
Showing 1 changed file with 11 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"actions": [],
"allow_rename": 1,
"autoname": "format:{MO}-{YYYY}-{####}",
"autoname": "naming_series:",
"creation": "2024-11-05 22:33:16.223979",
"doctype": "DocType",
"engine": "InnoDB",
"field_order": [
"naming_series",
"customer",
"customer_name",
"tax_id",
Expand Down Expand Up @@ -415,16 +415,23 @@
"hidden": 1,
"in_list_view": 1,
"label": "Created By"
},
{
"default": "MO-.YYYY.-",
"fieldname": "naming_series",
"fieldtype": "Select",
"label": "Naming Series",
"options": "MO-.YYYY.-"
}
],
"index_web_pages_for_search": 1,
"is_submittable": 1,
"links": [],
"modified": "2025-01-24 10:38:48.342533",
"modified": "2025-02-17 12:35:02.504476",
"modified_by": "Administrator",
"module": "Menghua Co",
"name": "Manufacturing Order",
"naming_rule": "Expression",
"naming_rule": "By \"Naming Series\" field",
"owner": "Administrator",
"permissions": [
{
Expand Down

0 comments on commit 132d021

Please sign in to comment.