mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-19 23:05:12 +00:00
removing listviews and added hide_currency_symbol in global defaults
This commit is contained in:
@@ -23,6 +23,7 @@ keydict = {
|
||||
"fiscal_year": "current_fiscal_year",
|
||||
'company': 'default_company',
|
||||
'currency': 'default_currency',
|
||||
'hide_currency_symbol':'hide_currency_symbol',
|
||||
'price_list_name': 'default_price_list',
|
||||
'price_list_currency': 'default_price_list_currency',
|
||||
'item_group': 'default_item_group',
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
{
|
||||
"creation": "2013-01-28 10:06:02",
|
||||
"docstatus": 0,
|
||||
"modified": "2013-01-28 10:36:35",
|
||||
"modified": "2013-01-28 15:09:04",
|
||||
"modified_by": "Administrator",
|
||||
"owner": "Administrator"
|
||||
},
|
||||
@@ -92,6 +92,14 @@
|
||||
"fieldtype": "Column Break",
|
||||
"width": "50%"
|
||||
},
|
||||
{
|
||||
"description": "Do not show any symbol like $ etc next to currencies.",
|
||||
"doctype": "DocField",
|
||||
"fieldname": "hide_currency_symbol",
|
||||
"fieldtype": "Select",
|
||||
"label": "Hide Currency Symbol",
|
||||
"options": "\nNo\nYes"
|
||||
},
|
||||
{
|
||||
"default": "INR",
|
||||
"doctype": "DocField",
|
||||
|
||||
Reference in New Issue
Block a user