mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +00:00
more fixes to perms, floats and default enabled / disabled in search
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
{
|
||||
"creation": "2013-01-10 16:34:18",
|
||||
"docstatus": 0,
|
||||
"modified": "2013-01-22 15:06:09",
|
||||
"modified": "2013-01-22 16:54:47",
|
||||
"modified_by": "Administrator",
|
||||
"owner": "Administrator"
|
||||
},
|
||||
@@ -238,10 +238,10 @@
|
||||
"description": "This currency will get fetched in Sales transactions of this customer",
|
||||
"doctype": "DocField",
|
||||
"fieldname": "default_currency",
|
||||
"fieldtype": "Select",
|
||||
"fieldtype": "Link",
|
||||
"label": "Default Currency",
|
||||
"no_copy": 1,
|
||||
"options": "link:Currency",
|
||||
"options": "Currency",
|
||||
"permlevel": 0
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user