[minor] fix autoname for GST HSN Code (#9536)
This commit is contained in:
parent
4e08dfc72f
commit
067991ee30
@ -409,3 +409,4 @@ erpnext.patches.v8_0.update_sales_cost_in_project
|
|||||||
erpnext.patches.v8_0.save_system_settings
|
erpnext.patches.v8_0.save_system_settings
|
||||||
erpnext.patches.v8_1.delete_deprecated_reports
|
erpnext.patches.v8_1.delete_deprecated_reports
|
||||||
erpnext.patches.v8_1.setup_gst_india #2017-06-27
|
erpnext.patches.v8_1.setup_gst_india #2017-06-27
|
||||||
|
execute:frappe.reload_doc('regional', 'doctype', 'gst_hsn_code')
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"allow_guest_to_view": 0,
|
"allow_guest_to_view": 0,
|
||||||
"allow_import": 0,
|
"allow_import": 0,
|
||||||
"allow_rename": 0,
|
"allow_rename": 0,
|
||||||
"autoname": "fieldname:hsn_code",
|
"autoname": "field:hsn_code",
|
||||||
"beta": 0,
|
"beta": 0,
|
||||||
"creation": "2017-06-21 10:48:56.422086",
|
"creation": "2017-06-21 10:48:56.422086",
|
||||||
"custom": 0,
|
"custom": 0,
|
||||||
@ -84,7 +84,7 @@
|
|||||||
"issingle": 0,
|
"issingle": 0,
|
||||||
"istable": 0,
|
"istable": 0,
|
||||||
"max_attachments": 0,
|
"max_attachments": 0,
|
||||||
"modified": "2017-06-21 13:27:59.149202",
|
"modified": "2017-06-29 21:28:09.053351",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Regional",
|
"module": "Regional",
|
||||||
"name": "GST HSN Code",
|
"name": "GST HSN Code",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user