more fixes to perms, floats and default enabled / disabled in search

This commit is contained in:
Rushabh Mehta
2013-01-23 10:09:28 +05:30
parent efe8102351
commit 6382a42dbe
25 changed files with 330 additions and 290 deletions

View File

@@ -1,8 +1,8 @@
[
{
"creation": "2013-01-21 18:19:18",
"creation": "2013-01-22 15:11:37",
"docstatus": 0,
"modified": "2013-01-22 14:56:42",
"modified": "2013-01-22 16:55:21",
"modified_by": "Administrator",
"owner": "Administrator"
},
@@ -242,12 +242,12 @@
"description": "Supplier's currency",
"doctype": "DocField",
"fieldname": "currency",
"fieldtype": "Select",
"fieldtype": "Link",
"label": "Currency",
"no_copy": 0,
"oldfieldname": "currency",
"oldfieldtype": "Select",
"options": "link:Currency",
"options": "Currency",
"print_hide": 1,
"reqd": 1
},

View File

@@ -2,7 +2,7 @@
{
"creation": "2013-01-10 16:34:11",
"docstatus": 0,
"modified": "2013-01-22 14:57:25",
"modified": "2013-01-22 16:55:25",
"modified_by": "Administrator",
"owner": "Administrator"
},
@@ -162,10 +162,10 @@
"description": "This currency will get fetched in Purchase transactions of this supplier",
"doctype": "DocField",
"fieldname": "default_currency",
"fieldtype": "Select",
"fieldtype": "Link",
"label": "Default Currency",
"no_copy": 1,
"options": "link:Currency"
"options": "Currency"
},
{
"description": "Statutory info and other general information about your Supplier",

View File

@@ -2,7 +2,7 @@
{
"creation": "2013-01-21 18:19:20",
"docstatus": 0,
"modified": "2013-01-22 14:57:25",
"modified": "2013-01-22 16:55:26",
"modified_by": "Administrator",
"owner": "Administrator"
},
@@ -196,12 +196,12 @@
"description": "Supplier's currency",
"doctype": "DocField",
"fieldname": "currency",
"fieldtype": "Select",
"fieldtype": "Link",
"label": "Currency",
"no_copy": 0,
"oldfieldname": "currency",
"oldfieldtype": "Select",
"options": "link:Currency",
"options": "Currency",
"print_hide": 1,
"reqd": 1
},