[setup home] moved SMS Settings link to Tools section

This commit is contained in:
Anand Doshi 2013-06-26 17:33:59 +05:30
parent 5381bdd730
commit f7c4d1e807

View File

@ -141,11 +141,6 @@ items = [
{
"doctype": "Email Digest",
},
{
"doctype": "SMS Settings",
"single": 1,
"query": "select count(*) from tabSingles where doctype='SMS Settings' and field='sms_gateway_url'"
},
{
"type": "Section",
"title": "Opening Accounts and Stock",
@ -194,6 +189,11 @@ items = [
and field in ('quotation', 'sales_order', 'sales_invoice', 'purchase_order', 'purchase_receipt', 'expense_claim', 'delivery_note')"""},
{ "doctype": "File Data", "title": "Uploaded File Attachments" },
{
"doctype": "SMS Settings",
"single": 1,
"query": "select count(*) from tabSingles where doctype='SMS Settings' and field='sms_gateway_url'"
},
{ "title": "Data Import",
"route": "data-import-tool", "type": "Link", "icon": "icon-upload" },