mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-24 23:49:19 +00:00
removed account_url from global defaults
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
{
|
{
|
||||||
'creation': '2012-04-18 17:00:50',
|
'creation': '2012-04-18 17:00:50',
|
||||||
'docstatus': 0,
|
'docstatus': 0,
|
||||||
'modified': '2012-04-18 17:15:47',
|
'modified': '2012-04-18 17:24:45',
|
||||||
'modified_by': u'Administrator',
|
'modified_by': u'Administrator',
|
||||||
'owner': u'Administrator'
|
'owner': u'Administrator'
|
||||||
},
|
},
|
||||||
@@ -101,39 +101,6 @@
|
|||||||
'write': 1
|
'write': 1
|
||||||
},
|
},
|
||||||
|
|
||||||
# DocField
|
|
||||||
{
|
|
||||||
'doctype': u'DocField',
|
|
||||||
'fieldname': u'system',
|
|
||||||
'fieldtype': u'Section Break',
|
|
||||||
'label': u'System'
|
|
||||||
},
|
|
||||||
|
|
||||||
# DocField
|
|
||||||
{
|
|
||||||
'colour': u'White:FFF',
|
|
||||||
'description': u'Example: http://frappe.erpnext.com',
|
|
||||||
'doctype': u'DocField',
|
|
||||||
'fieldname': u'account_url',
|
|
||||||
'fieldtype': u'Data',
|
|
||||||
'label': u'Account URL'
|
|
||||||
},
|
|
||||||
|
|
||||||
# DocField
|
|
||||||
{
|
|
||||||
'doctype': u'DocField',
|
|
||||||
'fieldname': u'column_break0',
|
|
||||||
'fieldtype': u'Column Break'
|
|
||||||
},
|
|
||||||
|
|
||||||
# DocField
|
|
||||||
{
|
|
||||||
'doctype': u'DocField',
|
|
||||||
'fieldname': u'sms_sender_name',
|
|
||||||
'fieldtype': u'Data',
|
|
||||||
'label': u'SMS Sender Name'
|
|
||||||
},
|
|
||||||
|
|
||||||
# DocField
|
# DocField
|
||||||
{
|
{
|
||||||
'doctype': u'DocField',
|
'doctype': u'DocField',
|
||||||
@@ -549,5 +516,21 @@
|
|||||||
'fieldtype': u'Select',
|
'fieldtype': u'Select',
|
||||||
'label': u'Employee Records to be created by ',
|
'label': u'Employee Records to be created by ',
|
||||||
'options': u'\nNaming Series\nEmployee Number'
|
'options': u'\nNaming Series\nEmployee Number'
|
||||||
|
},
|
||||||
|
|
||||||
|
# DocField
|
||||||
|
{
|
||||||
|
'doctype': u'DocField',
|
||||||
|
'fieldname': u'system',
|
||||||
|
'fieldtype': u'Section Break',
|
||||||
|
'label': u'System'
|
||||||
|
},
|
||||||
|
|
||||||
|
# DocField
|
||||||
|
{
|
||||||
|
'doctype': u'DocField',
|
||||||
|
'fieldname': u'sms_sender_name',
|
||||||
|
'fieldtype': u'Data',
|
||||||
|
'label': u'SMS Sender Name'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
Reference in New Issue
Block a user