mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 02:01:21 +00:00
[minor] fix autoname for GST HSN Code (#9536)
This commit is contained in:
committed by
Rushabh Mehta
parent
4095915bff
commit
8ebc0df65f
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user