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

@@ -2,7 +2,7 @@
{
"creation": "2013-01-10 16:34:19",
"docstatus": 0,
"modified": "2013-01-22 14:57:22",
"modified": "2013-01-22 16:55:23",
"modified_by": "Administrator",
"owner": "Administrator"
},
@@ -313,9 +313,9 @@
"description": "Select the currency in which price list is maintained",
"doctype": "DocField",
"fieldname": "price_list_currency",
"fieldtype": "Select",
"fieldtype": "Link",
"label": "Price List Currency",
"options": "link:Currency",
"options": "Currency",
"print_hide": 1,
"reqd": 1
},
@@ -338,12 +338,12 @@
"description": "Customer's currency - If you want to select a currency that is not the default currency, then you must also specify the Currency Conversion Rate.",
"doctype": "DocField",
"fieldname": "currency",
"fieldtype": "Select",
"fieldtype": "Link",
"in_filter": 1,
"label": "Currency",
"oldfieldname": "currency",
"oldfieldtype": "Select",
"options": "link:Currency",
"options": "Currency",
"print_hide": 1,
"reqd": 1,
"search_index": 0,